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
+
1
3
#include " led_ctrl.h"
2
4
#include " log.h"
3
- #include " low_power.h"
4
5
#include " lte.h"
5
6
#include " sequans_controller.h"
6
7
@@ -391,7 +392,6 @@ static void powerDownPeripherals(void) {
391
392
392
393
// Debugger, add pull-ups on pins for USART TX & RX, as well as LED pin
393
394
394
- DEBUGGER_USART.CTRLB &= ~(USART_RXEN_bm | USART_TXEN_bm);
395
395
setPinLowPowerMode (DEBUGGER_TX_PIN);
396
396
setPinLowPowerMode (DEBUGGER_RX_PIN);
397
397
setPinLowPowerMode (DEBUGGER_LED_PIN);
@@ -444,8 +444,6 @@ static void powerUpPeripherals() {
444
444
445
445
SW0_PORT.PIN2CTRL &= ~PORT_PULLUPEN_bm;
446
446
447
- DEBUGGER_USART.CTRLB |= USART_TXEN_bm | USART_RXEN_bm;
448
-
449
447
// I2C
450
448
setPinNormalOutputMode (I2C0_SDA_PIN);
451
449
setPinNormalOutputMode (I2C0_SCL_PIN);
You can’t perform that action at this time.
0 commit comments