Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Bat/Bat.cpp
- Revision:
- 34:d9099874bbc3
- Parent:
- 33:9d34ef219fff
diff -r 9d34ef219fff -r d9099874bbc3 Bat/Bat.cpp
--- 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;
}