We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515ea02 commit d3903bfCopy full SHA for d3903bf
ports/nrf/boards/clue_nrf52840_express/board.c
@@ -102,4 +102,5 @@ void reset_board(void) {
102
}
103
104
void board_deinit(void) {
105
+ common_hal_displayio_release_displays();
106
ports/nrf/common-hal/alarm/__init__.c
@@ -48,6 +48,9 @@
48
#include "nrf_power.h"
49
#include "nrfx.h"
50
#include "nrfx_gpiote.h"
51
+#ifdef NRF_DEBUG_PRINT
52
+void print_wakeup_cause(nrf_sleep_source_t cause);
53
+#endif
54
55
// Singleton instance of SleepMemory.
56
const alarm_sleep_memory_obj_t alarm_sleep_memory_obj = {
0 commit comments