Rex Raj / Mbed 2 deprecated el17rrrs

Dependencies:   mbed Gamepad N5110 mbed-rtos

Revision:
7:574c66ebd8b0
Parent:
6:1fcfd331c047
--- a/EnemyBeam/EnemyBeam.cpp	Wed May 08 10:03:24 2019 +0000
+++ b/EnemyBeam/EnemyBeam.cpp	Thu May 09 09:54:50 2019 +0000
@@ -15,7 +15,7 @@
     _size = size; // size of the beam 
     _x = _size;   // length of the beam
     _y = 1;       // height of the beam
-    _a = a;        // x position of the enemy beam
+    _a = a;       // x position of the enemy beam
     _b = b + 4;   // y position of the enemy beam 
 }