ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
RickYu
Date:
Sun May 06 18:16:15 2018 +0000
Parent:
30:057301068dac
Commit message:
final submission;

Changed in this revision

boom/boom-test.h Show annotated file Show diff for this revision Revisions of this file
--- a/boom/boom-test.h	Sat May 05 20:27:06 2018 +0000
+++ b/boom/boom-test.h	Sun May 06 18:16:15 2018 +0000
@@ -30,7 +30,7 @@
     }
     
     // the test is failed if the boom not go as excepted
-    if (get_pos_2.x != 9 || get_pos_2.y != 12) {
+    if (get_pos_2.x != 9 || get_pos_2.y != 10) {
         success_flag = false;
     }