mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
Merge branch 'printf' of github.com:Flipper-Zero/flipperzero-firmware-community into printf
This commit is contained in:
commit
63545cc85c
1 changed files with 3 additions and 0 deletions
|
@ -74,3 +74,6 @@ BaseType_t xQueueSend(
|
|||
);
|
||||
|
||||
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…
Add table
Reference in a new issue