From 1b793ad039ae8915bfb5e0c88f343a12ae956461 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Sat, 1 Nov 2014 09:15:07 +0800 Subject: [PATCH] [BSP] use RT_USING_LIBC instead of RT_USING_NEWLIB --- bsp/lpc176x/rtconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/lpc176x/rtconfig.h b/bsp/lpc176x/rtconfig.h index 07553e2470..f93328fd37 100644 --- a/bsp/lpc176x/rtconfig.h +++ b/bsp/lpc176x/rtconfig.h @@ -90,8 +90,8 @@ // //
-// -// #define RT_USING_NEWLIB +// +// #define RT_USING_LIBC // // #define RT_USING_PTHREADS //
-- GitLab