Fix for Issue #6478

This commit is contained in:
root 2022-06-14 12:14:05 -05:00 committed by Dan Halbert
parent 515ea026ce
commit d3903bf2f4
2 changed files with 4 additions and 0 deletions

View File

@ -102,4 +102,5 @@ void reset_board(void) {
}
void board_deinit(void) {
common_hal_displayio_release_displays();
}

View File

@ -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 = {