From 2150baa106cf28928737b25572bf8c3459a468d4 Mon Sep 17 00:00:00 2001 From: jakegoodwin Date: Sat, 14 Jan 2023 11:46:29 -0800 Subject: [PATCH] added empty func for serial0_enable_timeouts() --- avr_usart.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/avr_usart.c b/avr_usart.c index 8635be3..810c23b 100644 --- a/avr_usart.c +++ b/avr_usart.c @@ -116,16 +116,11 @@ unsigned char rx_usart0(void) { /* * Inupt: None * Output: None - * Description: + * Description: Nothing right now. */ - - -/* - * Inupt: None - * Output: None - * Description: - */ - +void serial0_enable_timeouts(uint8_t ms) { + ; +} /* * Inupt: None