Skip to content

Commit f19004e

Browse files
committed
re-enable serial1 for nano
1 parent 9c1bcac commit f19004e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/SFE_ARTEMIS_NANO/variant.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
#include "variant.h"
77

8-
//UART Serial1(SERIAL1_TX, SERIAL1_RX);
8+
UART Serial1(SERIAL1_TX, SERIAL1_RX);
99

1010
void initVariant(void){
11-
11+
1212
}

0 commit comments

Comments
 (0)