Fix for Issue

This commit is contained in:
root 2022-06-14 12:14:05 -05:00
parent 2b0518233b
commit 015e95807a
2 changed files with 4 additions and 0 deletions
ports/nrf
boards/clue_nrf52840_express
common-hal/alarm

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

@ -48,6 +48,9 @@
#include "nrf_power.h" #include "nrf_power.h"
#include "nrfx.h" #include "nrfx.h"
#include "nrfx_gpiote.h" #include "nrfx_gpiote.h"
#ifdef NRF_DEBUG_PRINT
void print_wakeup_cause(nrf_sleep_source_t cause);
#endif
// Singleton instance of SleepMemory. // Singleton instance of SleepMemory.
const alarm_sleep_memory_obj_t alarm_sleep_memory_obj = { const alarm_sleep_memory_obj_t alarm_sleep_memory_obj = {