From 0dbbdd9b594269fdb66c834146011df48678a901 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 1 Nov 2025 17:36:26 -0400 Subject: extract big-endian signals from frames --- fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/Makefile') diff --git a/fw/Makefile b/fw/Makefile index 1c0fb95..4d88b3a 100644 --- a/fw/Makefile +++ b/fw/Makefile @@ -38,7 +38,7 @@ UTEST_INCLUDES = -I. -I $(UNITY_DIR) UTEST_CFLAGS = -std=c99 -Wall $(UTEST_INCLUDES) UTEST_LDFLAGS = UTEST_BIN = $(basename $(wildcard $(UTEST_DIR)/*.c)) -UTEST_SRC = $(wildcard $(UTEST_DIR)/*.c) $(UNITY_DIR)/unity.c +UTEST_SRC = $(wildcard $(UTEST_DIR)/*.c) $(UNITY_DIR)/unity.c signal.c UTEST_OBJ = $(UTEST_SRC:.c=.o) UTEST_HDR = $(wildcard $(UTEST_DIR)/*.h) $(UNITY_DIR)/unity.h -- cgit v1.2.3