Go down to 38400 baud for stability

This commit is contained in:
XANTRONIX Development 2016-06-02 22:54:35 -05:00
parent a48298e08f
commit e8cfe8e77a
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
#include <stdio.h>
#define TABBY_AVR_UART_BAUD 57600
#define TABBY_AVR_UART_BAUD 38400
void uart_init();

View file

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