Skip to content

Commit c121996

Browse files
authored
Merge pull request #3 from OpenVTx/revert-default-baud
revert default baud
2 parents b493449 + 34b5b8b commit c121996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define LED3 PA2 // Blue
1313

1414
#ifndef BAUD_RATE
15-
#define BAUD_RATE 57600
15+
#define BAUD_RATE 4800 // 57600
1616
#endif // BAUD_RATE
1717

1818

0 commit comments

Comments
 (0)