diff options
Diffstat (limited to 'os/hal/templates/platform.mk')
-rw-r--r-- | os/hal/templates/platform.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/templates/platform.mk b/os/hal/templates/platform.mk index 80624fa14..19c7e6d42 100644 --- a/os/hal/templates/platform.mk +++ b/os/hal/templates/platform.mk @@ -2,6 +2,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/templates/hal_lld.c \
${CHIBIOS}/os/hal/templates/adc_lld.c \
${CHIBIOS}/os/hal/templates/can_lld.c \
+ ${CHIBIOS}/os/hal/templates/dac_lld.c \
${CHIBIOS}/os/hal/templates/ext_lld.c \
${CHIBIOS}/os/hal/templates/gpt_lld.c \
${CHIBIOS}/os/hal/templates/i2c_lld.c \
|