[chibios] add syscalls to avoid link errors with some libc functions

This commit is contained in:
Gautier Hattenberger
2016-06-22 21:51:30 +02:00
parent 6603e54b6e
commit 8e1c5191d1
+1
View File
@@ -197,6 +197,7 @@ CSRC = $(STARTUPSRC) \
$(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/syscalls.c \
$(FATFSSRC) \
$(CHIBIOS_BOARD_MAIN)