Project

General

Profile

Revision 186

Added by Kevin Woo about 14 years ago

fixed some bugs in the rs485 code

View differences:

tooltron.h
76 76

  
77 77
// Jump table functions for locations that are in the bootloader
78 78
#ifdef TOOLBOX
79
void (*init_uart)(uint16_t baud) = JT_INIT_UART;
79
void (*uart_init)(uint16_t baud) = JT_UART_INIT;
80 80
int8_t (*uart_get_byte)(uint8_t *output_byte) = JT_UART_GET_BYTE;
81 81
void (*uart_send_byte)(uint8_t data) = JT_UART_SEND_BYTE;
82 82
void (*uart_toggle_transmit)(uint8_t state) = JT_UART_TOGGLE_TRANSMIT;

Also available in: Unified diff