summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include/timers.h
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2012-10-31 13:30:44 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2012-10-31 13:30:44 +0000
commit0e23dbeba9860181405bbada3d36f6101853989b (patch)
tree4ed1c3e04c38b5adf5a0428971adb94429fbe693 /FreeRTOS/Source/include/timers.h
parentfa714d14fc59740a5b67606439b324b0f26fbad5 (diff)
downloadfreertos-0e23dbeba9860181405bbada3d36f6101853989b.tar.gz
Add warning suppression to IAR header.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1808 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Source/include/timers.h')
-rw-r--r--FreeRTOS/Source/include/timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS/Source/include/timers.h b/FreeRTOS/Source/include/timers.h
index 1ee5b9cb3..0d998a508 100644
--- a/FreeRTOS/Source/include/timers.h
+++ b/FreeRTOS/Source/include/timers.h
@@ -232,7 +232,7 @@ typedef void (*tmrTIMER_CALLBACK)( xTimerHandle xTimer );
* for( ;; );
* }
*/
-xTimerHandle xTimerCreate( const signed char *pcTimerName, portTickType xTimerPeriodInTicks, unsigned portBASE_TYPE uxAutoReload, void * pvTimerID, tmrTIMER_CALLBACK pxCallbackFunction ) PRIVILEGED_FUNCTION;
+xTimerHandle xTimerCreate( const signed char * const pcTimerName, portTickType xTimerPeriodInTicks, unsigned portBASE_TYPE uxAutoReload, void * pvTimerID, tmrTIMER_CALLBACK pxCallbackFunction ) PRIVILEGED_FUNCTION;
/**
* void *pvTimerGetTimerID( xTimerHandle xTimer );