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
Revision 31:e39a1ab1f12d, committed 2018-05-06
- 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;
}