More cleanly separate specific functionality into the relevant files

This commit is contained in:
Allen Hill
2023-09-02 22:09:37 -04:00
parent 003c4c7f2f
commit 9581957eca
6 changed files with 33 additions and 104 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#ifndef __COM232_H
#define __COM232_H
#include "GlobalDef.h"
#include <stdint.h>
extern uint8_t RS232_RxCharBuffer[25], RS232_RxCharBegin, RS232_RxCharEnd;
extern uint8_t readkey;