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 b11188d commit 55405d5Copy full SHA for 55405d5
src/fw/board/boards/board_obelix.c
@@ -25,7 +25,6 @@
25
#include "drivers/sf32lb52/debounced_button_definitions.h"
26
#include "drivers/stubs/hrm.h"
27
#include "system/passert.h"
28
-#include "kernel/util/stop.h"
29
30
31
#define HCPU_FREQ_MHZ 240
@@ -686,7 +685,4 @@ void board_init(void) {
686
685
HAL_HPAON_EnableWakeupSrc(HPAON_WAKEUP_SRC_PIN11, AON_PIN_MODE_LOW);
687
HAL_HPAON_EnableWakeupSrc(HPAON_WAKEUP_SRC_PIN12, AON_PIN_MODE_LOW);
688
HAL_HPAON_EnableWakeupSrc(HPAON_WAKEUP_SRC_PIN13, AON_PIN_MODE_LOW);
689
-
690
- // Temporarily disable stop mode (GH-452)
691
- stop_mode_disable(InhibitorMain);
692
}
0 commit comments