diff options
| author | Your Name <you@example.com> | 2026-05-23 02:18:41 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-23 02:18:41 +0530 |
| commit | 10c69b0ddc34a1fafada3f8b68a622b4aa2bea77 (patch) | |
| tree | ee85d02a1569adc70364b6acaea0beb0b4038526 /tests/unit/stubs/freertos | |
| parent | 969dfe9ea52ed304ae44d7f7adbc5219f90497dd (diff) | |
chore: fix unit test build rules, add relay_selector+relay_validator tests, persist core extraction planHEADmaster
Diffstat (limited to 'tests/unit/stubs/freertos')
| -rw-r--r-- | tests/unit/stubs/freertos/FreeRTOS.h | 1 |
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; } | |||
| 11 | static inline void vTaskDelay(uint32_t ticks) { (void)ticks; } | 11 | static 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 |