Add some missing volatile annotations

This commit is contained in:
Allen Hill
2026-05-15 21:46:49 +00:00
parent aefc698fca
commit 1fa9d63ac5
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
#include <stdint.h>
extern uint8_t RS232_RxCharBuffer[25], RS232_RxCharBegin, RS232_RxCharEnd;
extern volatile uint8_t RS232_RxCharBuffer[25], RS232_RxCharBegin,
RS232_RxCharEnd;
void RS232_Init(void);
void RS232_Print_P(const char *str_addr);