ECE 4180 Final

Dependencies:   mbed wave_player mbed-rtos C12832_lcd 4DGL-uLCD-SE LCD_fonts SDFileSystem

Revision:
20:7d56cdcbc9a5
Parent:
19:d65f9fb1023b
Child:
21:cbcbb3480cad
diff -r d65f9fb1023b -r 7d56cdcbc9a5 globals.h
--- a/globals.h	Fri Dec 06 15:46:16 2019 +0000
+++ b/globals.h	Fri Dec 06 18:00:11 2019 +0000
@@ -12,7 +12,7 @@
 extern uLCD_4DGL uLCD;
 extern Mutex lcd_mutex;
 
-extern int bubblesDrawn;
-extern int bubblesMissed;
+extern volatile int bubblesDrawn;
+extern volatile int bubblesMissed;
 
 #endif //globals_h
\ No newline at end of file