Fix for Issue #6478
This commit is contained in:
parent
515ea026ce
commit
d3903bf2f4
|
@ -102,4 +102,5 @@ void reset_board(void) {
|
|||
}
|
||||
|
||||
void board_deinit(void) {
|
||||
common_hal_displayio_release_displays();
|
||||
}
|
||||
|
|
|
@ -48,6 +48,9 @@
|
|||
#include "nrf_power.h"
|
||||
#include "nrfx.h"
|
||||
#include "nrfx_gpiote.h"
|
||||
#ifdef NRF_DEBUG_PRINT
|
||||
void print_wakeup_cause(nrf_sleep_source_t cause);
|
||||
#endif
|
||||
|
||||
// Singleton instance of SleepMemory.
|
||||
const alarm_sleep_memory_obj_t alarm_sleep_memory_obj = {
|
||||
|
|
Loading…
Reference in New Issue