From 5dc88b7e02f10d0a7dda6f04a7fc0603767ae052 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Wed, 28 Oct 2020 23:43:19 +0100 Subject: [PATCH] Update util.h --- Inc/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Inc/util.h b/Inc/util.h index d238870..cca2489 100644 --- a/Inc/util.h +++ b/Inc/util.h @@ -80,6 +80,7 @@ void poweroffPressCheck(void); // Read Command Function void readCommand(void); +void readInput(void); void usart2_rx_check(void); void usart3_rx_check(void); #if defined(DEBUG_SERIAL_USART2) || defined(DEBUG_SERIAL_USART3)