upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/unit/stubs/freertos/FreeRTOS.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/stubs/freertos/FreeRTOS.h')
-rw-r--r--tests/unit/stubs/freertos/FreeRTOS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/stubs/freertos/FreeRTOS.h b/tests/unit/stubs/freertos/FreeRTOS.h
index 543d4e4..fc38846 100644
--- a/tests/unit/stubs/freertos/FreeRTOS.h
+++ b/tests/unit/stubs/freertos/FreeRTOS.h
@@ -11,6 +11,7 @@ static inline uint32_t xTaskGetTickCount(void) { return 0; }
11static inline void vTaskDelay(uint32_t ticks) { (void)ticks; } 11static inline void vTaskDelay(uint32_t ticks) { (void)ticks; }
12#define pdMS_TO_TICKS(ms) ((ms) / 10) 12#define pdMS_TO_TICKS(ms) ((ms) / 10)
13#define portTICK_PERIOD_MS 10 13#define portTICK_PERIOD_MS 10
14#define configTICK_RATE_HZ 100
14#define portMAX_DELAY 0xFFFFFFFF 15#define portMAX_DELAY 0xFFFFFFFF
15#define pdTRUE 1 16#define pdTRUE 1
16#define pdFALSE 0 17#define pdFALSE 0