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>
This commit is contained in:
Frieder Schrempf
2025-12-17 10:25:16 +01:00
vanhempi 6486192477
commit 87b0e432bb
21 muutettua tiedostoa jossa 1 lisäystä ja 79 poistoa
-4
Näytä tiedosto
@@ -55,9 +55,5 @@ public:
return "RAK 4631";
}
void reboot() override {
NVIC_SystemReset();
}
bool startOTAUpdate(const char* id, char reply[]) override;
};