Cleanup Poweroff for NRF52 boards

This commit is contained in:
Kevin Le
2026-07-05 22:10:47 +07:00
parent 7d7de88707
commit eec75eab31
25 changed files with 27 additions and 76 deletions
+1 -1
View File
@@ -88,6 +88,6 @@ public:
nrf_gpio_cfg_sense_input(BUTTON_PIN, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_HIGH);
#endif
sd_power_system_off();
NRF52Board::powerOff();
}
};