FreeRTOS-Kernel/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo
RichardBarry a9680a54cf
Fix warnings after moving callback prototypes (#208)
* Recently the prototypes for the application hook functions were
moved out of the kernel .c files and into the .h files.  That
changes results in compile time warnings for projects that provide
hook functions with a slightly different prototype - in particular
where signed char * is used in place of just char * as an older
FreeRTOS coding convention required chars to be explicitly qualified
as signed or unsigned.

This checkin fixes the warnings by ensuring the signature of
implemented hook functions matches the signature of the prototypes.
2020-08-27 00:40:47 -07:00
..
.settings Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
MCF5223x Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
ParTest Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
webserver Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
.cproject Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
.project Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
FreeRTOS_Tick_Setup.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
FreeRTOSConfig.h Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
m52235evb-rom-hosted.ld Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
main.c Fix warnings after moving callback prototypes (#208) 2020-08-27 00:40:47 -07:00
Makefile Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
printf-stdarg.c Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00