mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-11 16:47:42 -04:00
Update the names of some of the newly introduced API functions so they are more consistent with the names of pre-existing API functions.
This commit is contained in:
parent
405a2ca22c
commit
28629a7ea6
3 changed files with 22 additions and 16 deletions
|
@ -134,12 +134,16 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
|
|||
#error Missing definition: configUSE_16_BIT_TICKS should be defined in FreeRTOSConfig.h as either 1 or 0. See the Configuration section of the FreeRTOS API documentation for details.
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDE_xTaskGetIdleTaskHandle
|
||||
#define INCLUDE_xTaskGetIdleTaskHandle 0
|
||||
#ifndef INCLUDE_xTaskIdleTaskHandleGet
|
||||
#define INCLUDE_xTaskIdleTaskHandleGet 0
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDE_xTimerGetTimerTaskHandle
|
||||
#define INCLUDE_xTimerGetTimerTaskHandle 0
|
||||
#ifndef INCLUDE_xTimerDaemonTaskHandleGet
|
||||
#define INCLUDE_xTimerDaemonTaskHandleGet 0
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDE_pcTaskNameGet
|
||||
#define INCLUDE_pcTaskNameGet 0
|
||||
#endif
|
||||
|
||||
#ifndef configUSE_APPLICATION_TASK_TAG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue