Bunch of silly errors & debugging stuff.
[uccvend-snackrom.git] / ROM2 / chime.h
index e7543fc..88e8b15 100644 (file)
@@ -6,7 +6,7 @@
 
 #define CHIME_TIME 5 /* number of RTIs to have the chime on (6.6ms each) */
 
-extern u8 chime_count;
+extern volatile u8 chime_count;
 
 /* outside world interface */
 extern inline void chime_start() { chime_count = CHIME_TIME; }

UCC git Repository :: git.ucc.asn.au