Increase the default baudrate to 38400 bps for RL78.

This commit is contained in:
Ian Martin 2014-01-22 18:42:18 -05:00
parent 00468a3f53
commit a897426410
2 changed files with 5 additions and 5 deletions

View file

@ -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)