Update Power.cpp (#2979)

This commit is contained in:
S5NC 2023-12-02 12:30:00 +00:00 committed by GitHub
parent 85cbde75fe
commit 4c69d06ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,7 +435,7 @@ void Power::shutdown()
ledOff(PIN_LED2);
#endif
#ifdef PIN_LED3
ledOff(PIN_LED2);
ledOff(PIN_LED3);
#endif
doDeepSleep(DELAY_FOREVER, false);
#endif
@ -897,4 +897,4 @@ bool Power::axpChipInit()
#else
return false;
#endif
}
}