ELEC2645 (2018/19) / Mbed 2 deprecated el17szs

Dependencies:   mbed

Revision:
34:d9099874bbc3
Parent:
33:9d34ef219fff
--- a/Bat/Bat.cpp	Wed May 08 13:30:12 2019 +0000
+++ b/Bat/Bat.cpp	Thu May 09 10:17:13 2019 +0000
@@ -48,7 +48,7 @@
 //if true the loft ball variable is 1 and returned to the caller
 int Bat::get_loft_ball(UX &ux){
      _loft_ball=ux.get_l_pressed();
-     //printf("_loftBall %i \n",_loftBall); //used for debugging to
+     //printf("_loftBall %i \n",_loftBall); //used for debugging 
     return _loft_ball;
 }