From 79ad3fc8e56f8860d4505bbff99b7958e67f4bc4 Mon Sep 17 00:00:00 2001 From: ArdaFu Date: Tue, 17 Oct 2017 14:28:25 +0800 Subject: [PATCH] [bsp][stm32f107] fix compile error. add missing macro RT_USING_LIBC --- bsp/stm32f107/rtconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/stm32f107/rtconfig.h b/bsp/stm32f107/rtconfig.h index f6e28a521a..c4cd0c8368 100644 --- a/bsp/stm32f107/rtconfig.h +++ b/bsp/stm32f107/rtconfig.h @@ -163,4 +163,5 @@ // // #define RT_USING_BSP_CMSIS +#define RT_USING_LIBC #endif -- GitLab