[bsp][stm32f107] fix compile error. add missing macro RT_USING_LIBC

This commit is contained in:
ArdaFu 2017-10-17 14:28:25 +08:00
parent 3051276e09
commit 79ad3fc8e5
1 changed files with 1 additions and 0 deletions

View File

@ -163,4 +163,5 @@
// <bool name="RT_USING_BSP_CMSIS" description="Using CMSIS in BSP" default="true" />
// #define RT_USING_BSP_CMSIS
#define RT_USING_LIBC
#endif