Merge branch 'printf' of github.com:Flipper-Zero/flipperzero-firmware-community into printf
This commit is contained in:
commit
63545cc85c
@ -74,3 +74,6 @@ BaseType_t xQueueSend(
|
|||||||
);
|
);
|
||||||
|
|
||||||
BaseType_t xQueueReceive(QueueHandle_t xQueue, void *pvBuffer, TickType_t xTicksToWait);
|
BaseType_t xQueueReceive(QueueHandle_t xQueue, void *pvBuffer, TickType_t xTicksToWait);
|
||||||
|
|
||||||
|
void* pvTaskGetThreadLocalStoragePointer(TaskHandle_t xTaskToQuery, BaseType_t xIndex);
|
||||||
|
void vTaskSetThreadLocalStoragePointer(TaskHandle_t xTaskToSet, BaseType_t xIndex, void *pvValue);
|
||||||
|
Loading…
Reference in New Issue
Block a user