Fix for Issue #6478
This commit is contained in:
parent
2b0518233b
commit
015e95807a
ports/nrf
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user