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.
Diff: Spaceship/Spaceship.cpp
- Revision:
- 15:90b6821bcf64
- Parent:
- 13:12276eed13ac
- Child:
- 16:1ee3d3804557
--- a/Spaceship/Spaceship.cpp Sun Apr 26 20:31:53 2020 +0000
+++ b/Spaceship/Spaceship.cpp Tue Apr 28 19:13:12 2020 +0000
@@ -40,7 +40,6 @@
lcd.drawSprite(position_x_spaceship_, position_y_spaceship_, 4, 13, (int*)k_spaceship_sprite_W);
}
- // printf to find position of spaceship for making the off screen checkers
//usb.printf("Spaceship Y postion = %d\n",position_y_spaceship_);
}