From 27a408f93f72f8529b80908dacb8a6a1b1dc3678 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 14 Jan 2025 15:04:12 -0800 Subject: [PATCH] clang-format src/kaleidoscope/driver/led/WS2812.h --- src/kaleidoscope/driver/led/WS2812.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kaleidoscope/driver/led/WS2812.h b/src/kaleidoscope/driver/led/WS2812.h index 296326c594..51dfd4d6a3 100644 --- a/src/kaleidoscope/driver/led/WS2812.h +++ b/src/kaleidoscope/driver/led/WS2812.h @@ -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 @@ -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) @@ -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]