diff options
Diffstat (limited to 'testhal/STM32/STM32F3xx/TIMCAP/Makefile')
-rw-r--r-- | testhal/STM32/STM32F3xx/TIMCAP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F3xx/TIMCAP/Makefile b/testhal/STM32/STM32F3xx/TIMCAP/Makefile index 016f4ed..193ee0f 100644 --- a/testhal/STM32/STM32F3xx/TIMCAP/Makefile +++ b/testhal/STM32/STM32F3xx/TIMCAP/Makefile @@ -88,6 +88,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../../../../ChibiOS CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib + # Licensing files. include $(CHIBIOS)/os/license/license.mk # Startup files. |