mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-21 12:28:08 +02:00
Add #define constant required to access the queue name get function.
This commit is contained in:
parent
9b11b0c601
commit
4d8e364c62
@ -113,6 +113,7 @@ to exclude the API function. */
|
||||
#define INCLUDE_xTaskGetSchedulerState 1
|
||||
#define INCLUDE_xTimerGetTimerDaemonTaskHandle 1
|
||||
#define INCLUDE_xTaskGetIdleTaskHandle 1
|
||||
#define INCLUDE_pcTaskGetTaskName 1
|
||||
|
||||
extern void vAssertCalled( void );
|
||||
#define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled()
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user