From 94304b11e7220f060dbc345de5fa1952d0465016 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Tue, 27 Sep 2022 16:14:28 -0500 Subject: working on serial syncronization for programming eeprom --- src/uart.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/uart.h') diff --git a/src/uart.h b/src/uart.h index b5f043a..5536df0 100644 --- a/src/uart.h +++ b/src/uart.h @@ -1,3 +1,8 @@ +#ifndef __UART_INC +#define __UART_INC void uart_init(); void uart_sendbyte(uint8_t byte); uint8_t uart_recvbyte(); + +#define HARDWARE_FLOW 1 //TODO +#endif -- cgit v1.2.3