diff options
Diffstat (limited to 'testhal/STM32F4xx/IRQ_STORM_FPU/Makefile')
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM_FPU/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile b/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile index df702a82d..f4d323f56 100644 --- a/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile +++ b/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile @@ -86,7 +86,7 @@ CSRC = $(PORTSRC) \ $(OSALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- main.c
+ extfunc.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
|