IPC.h 282 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #ifndef _IPC_H_ #define _IPC_H_ #include "stdint.h" extern volatile uint8_t IPCLCDOnReqTelltales; #define IPC_LCD_ON_REQ_TELLTALES IPCLCDOnReqTelltales extern volatile uint8_t IPCLCDOnReqPopups; #define IPC_LCD_ON_REQ_POPUPS IPCLCDOnReqPopups #endif