[BSP] fix LIBC options in stm32f7 rtconfig.h

This commit is contained in:
Bernard Xiong 2015-09-02 12:07:09 +08:00
parent 8d309a40f5
commit df0c6a9e3a
1 changed files with 1 additions and 1 deletions

View File

@ -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>