From e94d439286b867a658468d2326b022fad3478ec0 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Sun, 27 Jul 2025 15:07:24 +0200 Subject: space_light: fix timer --- usr/space_light/include/space_light.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/space_light/include/space_light.h') diff --git a/usr/space_light/include/space_light.h b/usr/space_light/include/space_light.h index b5d1f9f..9c30f46 100644 --- a/usr/space_light/include/space_light.h +++ b/usr/space_light/include/space_light.h @@ -13,7 +13,7 @@ void init_led_thread(void *arg); void set_rgbcw(struct RGBCW *rgbcw); -void set_timer(uint16_t seconds); +void set_timer(uint32_t seconds); // WILL BE REMOVED just for testing void setPWM(uint8_t *values, size_t len); -- cgit v1.2.3