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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/stubs/freertos/FreeRTOS.h b/tests/unit/stubs/freertos/FreeRTOS.h
index 41426c8..2d2b967 100644
--- a/tests/unit/stubs/freertos/FreeRTOS.h
+++ b/tests/unit/stubs/freertos/FreeRTOS.h
@@ -7,7 +7,7 @@ static inline uint32_t xTaskGetTickCount(void) { return 0; }
7static inline void vTaskDelay(uint32_t ticks) { (void)ticks; } 7static inline void vTaskDelay(uint32_t ticks) { (void)ticks; }
8#define pdMS_TO_TICKS(ms) ((ms) / 10) 8#define pdMS_TO_TICKS(ms) ((ms) / 10)
9#define portTICK_PERIOD_MS 10 9#define portTICK_PERIOD_MS 10
10#define configTICK_RATE_HZ 100
11#define portMAX_DELAY 0xFFFFFFFF 10#define portMAX_DELAY 0xFFFFFFFF
11#define pdTRUE 1
12 12
13#endif 13#endif