Increase the default baudrate to 38400 bps for RL78.
This commit is contained in:
parent
00468a3f53
commit
a897426410
2 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
#include "uart0.h"
|
||||
|
||||
#define DESIRED_BAUDRATE 9600
|
||||
#define DESIRED_BAUDRATE 38400
|
||||
|
||||
/* Note that only 9600, 38400, and 115200 bps were tested. */
|
||||
#define PRESCALE_THRESH ((38400 + 115200) / 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue