cleanup Shutting down -> Shutting Down awkwardness (#7099)

Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
This commit is contained in:
porkcube
2025-06-27 12:09:04 -04:00
committed by GitHub
parent 2ea70927c8
commit f6743798e2
3 changed files with 6 additions and 6 deletions

View File

@@ -682,7 +682,7 @@ bool Power::setup()
void Power::shutdown()
{
LOG_INFO("Shutting down");
LOG_INFO("Shutting Down");
#if defined(ARCH_NRF52) || defined(ARCH_ESP32) || defined(ARCH_RP2040)
#ifdef PIN_LED1