File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1+ #include " low_power.h"
2+
13#include " led_ctrl.h"
24#include " log.h"
3- #include " low_power.h"
45#include " lte.h"
56#include " sequans_controller.h"
67
@@ -391,7 +392,6 @@ static void powerDownPeripherals(void) {
391392
392393 // Debugger, add pull-ups on pins for USART TX & RX, as well as LED pin
393394
394- DEBUGGER_USART.CTRLB &= ~(USART_RXEN_bm | USART_TXEN_bm);
395395 setPinLowPowerMode (DEBUGGER_TX_PIN);
396396 setPinLowPowerMode (DEBUGGER_RX_PIN);
397397 setPinLowPowerMode (DEBUGGER_LED_PIN);
@@ -444,8 +444,6 @@ static void powerUpPeripherals() {
444444
445445 SW0_PORT.PIN2CTRL &= ~PORT_PULLUPEN_bm;
446446
447- DEBUGGER_USART.CTRLB |= USART_TXEN_bm | USART_RXEN_bm;
448-
449447 // I2C
450448 setPinNormalOutputMode (I2C0_SDA_PIN);
451449 setPinNormalOutputMode (I2C0_SCL_PIN);
You can’t perform that action at this time.
0 commit comments