From 9f62f03f113ba0aa04ebc6660941a0315b85e705 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Mon, 1 Jul 2013 22:03:58 +0800 Subject: [PATCH] rm48x50: restore missing include for __TI_COMPILER_VERSION__ --- include/rtdef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rtdef.h b/include/rtdef.h index 1105c5dc1..9aaf90b71 100644 --- a/include/rtdef.h +++ b/include/rtdef.h @@ -161,6 +161,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset */ #define rt_inline static __inline #define RTT_API #elif defined (__TI_COMPILER_VERSION__) + #include /* The way that TI compiler set section is different from other(at least * GCC and MDK) compilers. See ARM Optimizing C/C++ Compiler 5.9.3 for more * details. */ -- GitLab