diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2025-07-27 15:07:24 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2025-07-27 15:07:24 +0200 |
| commit | e94d439286b867a658468d2326b022fad3478ec0 (patch) | |
| tree | 956351337fd6fa61f6b1193226f2abb0b284bc84 /usr/space_light/include | |
| parent | 6ab0289447ea4388124d2a5278d10bacb438472f (diff) | |
| download | wb3s-ble-nebula-galaxy-e94d439286b867a658468d2326b022fad3478ec0.tar.gz wb3s-ble-nebula-galaxy-e94d439286b867a658468d2326b022fad3478ec0.zip | |
space_light: fix timer
Diffstat (limited to 'usr/space_light/include')
| -rw-r--r-- | usr/space_light/include/space_light.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
