]> begriffs open source - freertos/commit
Correct #if( configMAX_PRIORITIES >= 32 ) check performed when configUSE_PORT_OPTIMIS...
authorRichard Barry <ribarry@amazon.com>
Mon, 24 Sep 2012 12:10:08 +0000 (12:10 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 24 Sep 2012 12:10:08 +0000 (12:10 +0000)
commit87f663a461ee7bf689027aff7f08638715401daf
treed39382a47763788b3934ff1fe5020f1d86c5ab75
parent42a11edef8f87593bd5ab84cb12d1b0417b3bd96
Correct #if( configMAX_PRIORITIES >= 32 ) check performed when configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 to instead be #if( configMAX_PRIORITIES > 32 ).
FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h