Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revision:
22:053c11a202e1
Parent:
21:f7d7834e3af1
Child:
27:8bb2bd97c319
--- a/Spaceship/Spaceship_test.h	Tue May 05 16:16:06 2020 +0000
+++ b/Spaceship/Spaceship_test.h	Wed May 06 11:24:22 2020 +0000
@@ -2,7 +2,7 @@
 #define SPACESHIP_TEST_H
 
 /** Spaceship Test
-@brief Checks Spcaceship goes to the correct postion when moved and doesnt go of map
+@brief Checks Spcaceship move to the correct postion when moved and doesnt go of map when being drawn
 @author Benjamin Evans, University of Leeds
 @date April 2020
 @return true if test are passed 
@@ -69,7 +69,6 @@
         return true;
     } else {
         printf ( "Failed! value = %d  (expecting  %d)\n", actual_pixel_status, expected_pixel_status);
-        // printf("\nactual psotion x,y= %d,%d : \n ",finish_x_postion, finish_y_postion );
         return false;
     }
 }