diff options
Diffstat (limited to 'testhal/SPC563Mxx/ADC/Makefile')
-rw-r--r-- | testhal/SPC563Mxx/ADC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC563Mxx/ADC/Makefile b/testhal/SPC563Mxx/ADC/Makefile index 4a009578f..8d2f2bead 100644 --- a/testhal/SPC563Mxx/ADC/Makefile +++ b/testhal/SPC563Mxx/ADC/Makefile @@ -66,7 +66,7 @@ CSRC = $(PORTSRC) \ $(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/chprintf.c \
- main.c
+ adc_cfg.c main.c
# C++ sources here.
CPPSRC =
|