Skip to content

Commit 6c8f1b8

Browse files
authored
Fix astyle issue
1 parent 6511f75 commit 6c8f1b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

variants/FYSETC_S6/variant.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ extern "C" {
173173
//
174174
// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
175175
// pins are NOT connected to anything by default.
176-
#define SERIAL_PORT_USBVIRTUAL SerialUSB
177-
#define SERIAL_PORT_MONITOR Serial
178-
#define SERIAL_PORT_HARDWARE_OPEN Serial3
176+
#define SERIAL_PORT_USBVIRTUAL SerialUSB
177+
#define SERIAL_PORT_MONITOR Serial
178+
#define SERIAL_PORT_HARDWARE_OPEN Serial3
179179
#endif
180180

181181
#endif /* _VARIANT_ARDUINO_STM32_ */

0 commit comments

Comments
 (0)