diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-11-01 17:36:26 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-11-01 17:36:26 -0400 |
| commit | 0dbbdd9b594269fdb66c834146011df48678a901 (patch) | |
| tree | 91e3969691926868ad8a41d7d907720e4d4ab276 /fw/Makefile | |
| parent | d0ceeb4e2ad98c2f5698d78513143a39c6f36b95 (diff) | |
| download | can-gauge-interface-0dbbdd9b594269fdb66c834146011df48678a901.zip | |
extract big-endian signals from frames
Diffstat (limited to 'fw/Makefile')
| -rw-r--r-- | fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |