Просмотр исходного кода

Merge branch 'printf' of github.com:Flipper-Zero/flipperzero-firmware-community into printf

aanper 5 лет назад
Родитель
Сommit
63545cc85c
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      target_lo/Inc/cmsis_os.h

+ 3 - 0
target_lo/Inc/cmsis_os.h

@@ -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);