mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Add some missing volatile annotations
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user