Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

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);