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.
Dependencies: mbed
Diff: boom/boom-test.h
- 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; }