瀏覽代碼

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

ArdaFu 7 年之前
父節點
當前提交
79ad3fc8e5
共有 1 個文件被更改,包括 1 次插入0 次删除
  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" />
 // #define RT_USING_BSP_CMSIS
 
+#define RT_USING_LIBC
 #endif