Skip to content

Commit 0c56dd9

Browse files
committed
feat: Enable UART (RX/TX pins)
1 parent 4fa3cc9 commit 0c56dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/STM32L4xx/L433C(B-C)(T-U)_L443CC(T-U)/variant_CYGNET.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
// UART Definitions
143143
#ifndef SERIAL_UART_INSTANCE
144-
#define SERIAL_UART_INSTANCE 101
144+
#define SERIAL_UART_INSTANCE 1
145145
#endif
146146

147147
// Default pin used for generic 'Serial' instance

0 commit comments

Comments
 (0)