]> git.sur5r.net Git - freertos/commit - FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c
Fix a few compiler warnings when compiling the QueueSet.c test code with GCC.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 8 Feb 2013 17:05:42 +0000 (17:05 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 8 Feb 2013 17:05:42 +0000 (17:05 +0000)
commit3025e82164200d476b1c3fbfc6ac81fceda32849
tree69dbc03acaaf894f6c6f5feacdc486c0ebeb977f
parent9e4e95f211cfa62cd4f4760ac20111ff5050fc3c
Fix a few compiler warnings when compiling the QueueSet.c test code with GCC.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1820 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c
FreeRTOS/Demo/Common/Minimal/QueueSet.c
FreeRTOS/Source/queue.c