From 882c5d80bf1c5474eb4f2ba2e24b8217d0b324a8 Mon Sep 17 00:00:00 2001 From: "dzzxzz@gmail.com" Date: Thu, 20 Sep 2012 07:38:46 +0000 Subject: [PATCH] please define RT_USING_RTT_CMSIS in rtconfig.h while using IAR 6.30 + git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2299 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- 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 bbcf1612eb..33c563a588 100644 --- a/bsp/lpc176x/rtconfig.h +++ b/bsp/lpc176x/rtconfig.h @@ -183,9 +183,9 @@ // // #define RT_USING_CMSIS_OS // -// #define RT_USING_RTT_CMSIS +#define RT_USING_RTT_CMSIS // -#define RT_USING_BSP_CMSIS +// #define RT_USING_BSP_CMSIS // -- GitLab