ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
31:e39a1ab1f12d
Parent:
29:f3e24ccc401d
--- 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;
     }