summaryrefslogtreecommitdiff
path: root/Source/portable/GCC/ARM_CM3/portmacro.h
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-05-01 09:06:26 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-05-01 09:06:26 +0000
commit24e60f4f200adbf1e7220fec19dfe69b60a2b299 (patch)
treeffbbe099e5e8abacc7a95e1fd00798b45992d171 /Source/portable/GCC/ARM_CM3/portmacro.h
parent9852476a0dd83bb2bfaa2367cadc26ff4b1f7481 (diff)
downloadfreertos-24e60f4f200adbf1e7220fec19dfe69b60a2b299.tar.gz
freertos-24e60f4f200adbf1e7220fec19dfe69b60a2b299.tar.bz2
freertos-24e60f4f200adbf1e7220fec19dfe69b60a2b299.tar.xz
Remove inline keyword.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@330 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/portable/GCC/ARM_CM3/portmacro.h')
-rw-r--r--Source/portable/GCC/ARM_CM3/portmacro.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index 2c00ae76..7ebceb55 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -138,7 +138,6 @@ extern void vPortExitCritical( void );
#define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters )
#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters )
-#define inline
#define portNOP()
#ifdef __cplusplus