]> begriffs open source - freertos/commit
Remove compiler warning by ensure prvInitialiseMutex() is not included if configUSE_M...
authorRichard Barry <ribarry@amazon.com>
Thu, 31 Mar 2016 15:22:10 +0000 (15:22 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 31 Mar 2016 15:22:10 +0000 (15:22 +0000)
commitf1725afbe5e3447973b04af4811b746b041d1cd7
treed06d8dbe71fa241c18ef3583fca0dc0b33690de3
parent07ac1399eef978c1d1429821d1cf09287c42f200
Remove compiler warning by ensure prvInitialiseMutex() is not included if configUSE_MUTEXES is 0.
Reduce the number of xTaskCreateStatic() parameters by having the function return the task handle, rather than pass the task handle out using a parameter.  This is also consistent with other objectCreate() functions.
13 files changed:
FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/main.c
FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/main.c
FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil/main.c
FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
FreeRTOS/Demo/WIN32-MSVC-Static-Allocation-Only/main.c
FreeRTOS/Demo/WIN32-MSVC/main.c
FreeRTOS/Source/include/portable.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c