diff options
Diffstat (limited to 'include/ws2812b_writer.h')
-rw-r--r-- | include/ws2812b_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws2812b_writer.h b/include/ws2812b_writer.h index 2252230..9da9345 100644 --- a/include/ws2812b_writer.h +++ b/include/ws2812b_writer.h @@ -11,7 +11,7 @@ typedef struct { struct { uint32_t time; - int32_t timetick; + int timetick; uint8_t brightness; uint8_t off; uint8_t n_snow; |