Explorar el Código

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

ArdaFu hace 7 años
padre
commit
79ad3fc8e5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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