Skip to content

Commit

Permalink
format code according to conventions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Jun 20, 2020
1 parent a680eb6 commit 19e1c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/chibios/ws2812.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

// The reset gap can be 6000 ns, but depending on the LED strip it may have to be increased
// to values like 600000 ns. If it is too small, the pixels will show nothing most of the time.
#define RES (1000 * WS2812_TRST_US) // Width of the low gap between bits to cause a frame to latch
#define RES (1000 * WS2812_TRST_US) // Width of the low gap between bits to cause a frame to latch

void sendByte(uint8_t byte) {
// WS2812 protocol wants most significant bits first
Expand Down

0 comments on commit 19e1c59

Please sign in to comment.