make it volatile

This commit is contained in:
Tristan Krause 2019-04-03 08:40:14 +02:00
parent 4d2ea6013c
commit de7143887d
25 changed files with 368 additions and 377 deletions

View file

@ -7,9 +7,9 @@
#include "usart.h"
extern volatile SPI spi;
extern volatile MCP23S17 beba0;
extern volatile MCP23S17 beba1;
extern volatile MCP23S17 sw;
extern volatile MCP23S17 dio0;
extern volatile MCP23S17 dio1;
extern volatile MCP23S17 dsw;
extern volatile TLC5615 dac0;
extern volatile TLC5615 dac1;
extern volatile ADU adu;