this is lame

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
2:c5848a443855
Parent:
0:35660d7952f7
--- a/hardware.h	Wed Apr 04 21:11:07 2018 +0000
+++ b/hardware.h	Thu Apr 11 23:01:11 2019 +0000
@@ -6,7 +6,7 @@
  * If additional hardware is added, new elements should be added to this struct.
  */
 struct GameInputs {
-    int b1, b2, b3;     // Button presses
+    int b1, b2, b3, b4;     // Button presses
     double ax, ay, az;  // Accelerometer readings
 };