Update util.h

This commit is contained in:
Candas1 2020-10-28 23:43:19 +01:00 committed by GitHub
parent e508a2131a
commit 5dc88b7e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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