Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c56dd9

Browse files
committedJun 12, 2024
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.