Skip to content

Commit 3f02d95

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 4dd1c76 commit 3f02d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/Inkplate6Color.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,6 @@ void Inkplate::sleepColorPanel()
405405
digitalWrite(EPAPER_DC_PIN, LOW);
406406
digitalWrite(EPAPER_CS_PIN, LOW);
407407
digitalWrite(EPAPER_RST_PIN, HIGH); // Make sure this is HIGH so the display is on
408-
gpio_deep_sleep_hold_en(); // Make sure RST pin stays high during sleep
408+
gpio_deep_sleep_hold_en(); // Make sure RST pin stays high during sleep
409409
}
410410
#endif

0 commit comments

Comments
 (0)