소스 검색

[BSP] fix LIBC options in stm32f7 rtconfig.h

Bernard Xiong 10 년 전
부모
커밋
df0c6a9e3a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/stm32f7-disco/rtconfig.h

+ 1 - 1
bsp/stm32f7-disco/rtconfig.h

@@ -114,7 +114,7 @@
 
 // <section name="LIBC" description="C Runtime library setting" default="always" >
 // <bool name="RT_USING_LIBC" description="Using libc library" default="true" />
-#define RT_USING_NEWLIB
+#define RT_USING_LIBC
 // <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
 //#define RT_USING_PTHREADS
 // </section>