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 baf491f commit 4cfa795Copy full SHA for 4cfa795
src/low_power.cpp
@@ -1,6 +1,6 @@
1
+#include "low_power.h"
2
#include "led_ctrl.h"
3
#include "log.h"
-#include "low_power.h"
4
#include "lte.h"
5
#include "sequans_controller.h"
6
@@ -360,8 +360,6 @@ static void powerDownPeripherals(void) {
360
PIN_DIR_INPUT | PIN_PULLUP_ON | PIN_INPUT_DISABLE);
361
pinConfigure(DEBUGGER_LED_PIN,
362
363
- pinConfigure(DEBUGGER_SW0_PIN,
364
- PIN_DIR_INPUT | PIN_PULLUP_ON | PIN_INPUT_DISABLE);
365
}
366
367
static void powerUpPeripherals(void) {
0 commit comments