Browse Source

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

ArdaFu 7 years ago
parent
commit
79ad3fc8e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bsp/stm32f107/rtconfig.h

+ 1 - 0
bsp/stm32f107/rtconfig.h

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