From 8e1c5191d19f1dc0762faba22cb21fc4fcea090f Mon Sep 17 00:00:00 2001 From: Gautier Hattenberger Date: Wed, 22 Jun 2016 21:51:30 +0200 Subject: [PATCH] [chibios] add syscalls to avoid link errors with some libc functions --- conf/Makefile.chibios | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/Makefile.chibios b/conf/Makefile.chibios index 09f7739eae..cd01fed70e 100644 --- a/conf/Makefile.chibios +++ b/conf/Makefile.chibios @@ -197,6 +197,7 @@ CSRC = $(STARTUPSRC) \ $(HALSRC) \ $(PLATFORMSRC) \ $(BOARDSRC) \ + $(CHIBIOS)/os/various/syscalls.c \ $(FATFSSRC) \ $(CHIBIOS_BOARD_MAIN)