From 10c69b0ddc34a1fafada3f8b68a622b4aa2bea77 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 23 May 2026 02:18:41 +0530 Subject: chore: fix unit test build rules, add relay_selector+relay_validator tests, persist core extraction plan --- tests/unit/stubs/freertos/FreeRTOS.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/stubs') 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; } static inline void vTaskDelay(uint32_t ticks) { (void)ticks; } #define pdMS_TO_TICKS(ms) ((ms) / 10) #define portTICK_PERIOD_MS 10 +#define configTICK_RATE_HZ 100 #define portMAX_DELAY 0xFFFFFFFF #define pdTRUE 1 #define pdFALSE 0 -- cgit v1.2.3