Deduplicate reboot() for NRF52 boards

The reboot() method is the same for all NRF52 boards. Use a shared
implementation.

Signed-off-by: Frieder Schrempf <frieder@fris.de>
Este commit está contenido en:
Frieder Schrempf
2025-12-17 10:25:16 +01:00
padre 6486192477
commit 87b0e432bb
Se han modificado 21 ficheros con 1 adiciones y 79 borrados
@@ -37,9 +37,5 @@ public:
return "Heltec Mesh Solar";
}
void reboot() override {
NVIC_SystemReset();
}
bool startOTAUpdate(const char* id, char reply[]) override;
};