Go down to 38400 baud for stability
This commit is contained in:
parent
a48298e08f
commit
e8cfe8e77a
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#define TABBY_AVR_UART_BAUD 57600
|
||||
#define TABBY_AVR_UART_BAUD 38400
|
||||
|
||||
void uart_init();
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _TABBY_LINK_H
|
||||
#define _TABBY_LINK_H
|
||||
|
||||
#define TABBY_LINK_BAUD B57600
|
||||
#define TABBY_LINK_BAUD B38400
|
||||
|
||||
int tabby_link_open(const char *dev);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue