]> begriffs open source - freertos/commit
Change the type used for strings and single characters from signed char to just char.
authorRichard Barry <ribarry@amazon.com>
Fri, 27 Dec 2013 12:10:23 +0000 (12:10 +0000)
committerRichard Barry <ribarry@amazon.com>
Fri, 27 Dec 2013 12:10:23 +0000 (12:10 +0000)
commitb4116a7c7dcb12741aeb9806a356be6b0ad76e1e
tree35f3e3297f025adf5e9657edcab41c692031f7e8
parentb3aa1e90adf618d98d0214b9b68c42246544be84
Change the type used for strings and single characters from signed char to just char.
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c