Skip to content

Commit

Permalink
clang-format src/kaleidoscope/driver/led/WS2812.h
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Jan 14, 2025
1 parent 9b24f98 commit 27a408f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/kaleidoscope/driver/led/WS2812.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class WS2812 {
w_nop8
#endif
#if (w1_nops & 16)
w_nop16
w_nop16
#endif
" sbrs %1,7 \n\t" // '1' [03] '0' [02]
" out %2,%4 \n\t" // '1' [--] '0' [03] - fe-low
Expand All @@ -135,7 +135,7 @@ class WS2812 {
w_nop8
#endif
#if (w2_nops & 16)
w_nop16
w_nop16
#endif
" out %2,%4 \n\t" // '1' [+1] '0' [+1] - fe-high
#if (w3_nops & 1)
Expand All @@ -151,7 +151,7 @@ class WS2812 {
w_nop8
#endif
#if (w3_nops & 16)
w_nop16
w_nop16
#endif

" dec %0 \n\t" // '1' [+2] '0' [+2]
Expand Down

0 comments on commit 27a408f

Please sign in to comment.