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: HUD/HUD_test.h
- Revision:
- 67:a2984682d641
- Parent:
- 66:33f479036a5d
- Child:
- 82:3211b31e9421
--- a/HUD/HUD_test.h Thu May 21 17:37:15 2020 +0000
+++ b/HUD/HUD_test.h Thu May 21 20:23:24 2020 +0000
@@ -3,7 +3,6 @@
/** HUD Test
* @brief Checks that the differnt parts of the hud draw
- * of map when being drawn
* @author Benjamin Evans, University of Leeds
* @date May 2020
* @return true if test are passed
@@ -18,7 +17,6 @@
// Initialise lcd
lcd.init();
- // Reads start spaceship postion
printf("HUD_draw x,y = %d,%d : ",expected_postion_x,expected_postion_y );
hud.draw_HUD(lcd,spaceship_lives, points, smart_bomb_counter);