Move readkey var to sniffer

This commit is contained in:
Allen Hill
2023-10-09 19:41:06 -04:00
parent 17f5510b16
commit 84f426f39f
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -26,7 +26,6 @@
#include <stdint.h>
extern uint8_t RS232_RxCharBuffer[25], RS232_RxCharBegin, RS232_RxCharEnd;
extern uint8_t readkey;
void RS232_Init(void);
void RS232_Print_P(const char *str_addr);