Browse Source

Use even higher baudrate

Thomas Buck 8 years ago
parent
commit
c18f6f7e5f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main.c

+ 1
- 1
src/main.c View File

78
 #if defined(__AVR__)
78
 #if defined(__AVR__)
79
     serialInit(0, BAUD(38400, F_CPU));
79
     serialInit(0, BAUD(38400, F_CPU));
80
 #else
80
 #else
81
-    serialInit(0, BAUD(115200, F_CPU));
81
+    serialInit(0, BAUD(230400, F_CPU));
82
 #endif
82
 #endif
83
 #endif
83
 #endif
84
 
84
 

Loading…
Cancel
Save