summaryrefslogtreecommitdiff
path: root/drivers/ws2812.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ws2812.h')
-rw-r--r--drivers/ws2812.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ws2812.h b/drivers/ws2812.h
index 945b3d0728..5985b5340c 100644
--- a/drivers/ws2812.h
+++ b/drivers/ws2812.h
@@ -33,19 +33,19 @@
#endif
#ifndef WS2812_T1H
-# define WS2812_T1H 900 // Width of a 1 bit in ns
+# define WS2812_T1H 900 // Width of a 1 bit in ns
#endif
#ifndef WS2812_T1L
-# define WS2812_T1L (WS2812_TIMING - WS2812_T1H) // Width of a 1 bit in ns
+# define WS2812_T1L (WS2812_TIMING - WS2812_T1H) // Width of a 1 bit in ns
#endif
#ifndef WS2812_T0H
-# define WS2812_T0H 350 // Width of a 0 bit in ns
+# define WS2812_T0H 350 // Width of a 0 bit in ns
#endif
#ifndef WS2812_T0L
-# define WS2812_T0L (WS2812_TIMING - WS2812_T0H) // Width of a 0 bit in ns
+# define WS2812_T0L (WS2812_TIMING - WS2812_T0H) // Width of a 0 bit in ns
#endif
/*