Skip to content

Commit 2c0b752

Browse files
committed
clang format
1 parent 3fc98a2 commit 2c0b752

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Wippersnapper.cpp

+2-4
Original file line numberDiff line numberDiff line change
@@ -2737,12 +2737,10 @@ void get_and_print_reset_reason_for_cpu(int cpuCore) {
27372737
// end of ARDUINO_ARCH_ESP32
27382738
#elif defined(ARDUINO_ARCH_RP2040)
27392739

2740-
void print_reset_reason()
2741-
{
2740+
void print_reset_reason() {
27422741
RP2040::resetReason_t reason = rp2040.getResetReason();
27432742
WS_DEBUG_PRINT("RP2040 RESET REASON: ");
2744-
switch (reason)
2745-
{
2743+
switch (reason) {
27462744
case RP2040::resetReason_t::UNKNOWN_RESET:
27472745
WS_DEBUG_PRINTLN("Unknown Reset");
27482746
case RP2040::resetReason_t::PWRON_RESET:

0 commit comments

Comments
 (0)