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: Maze/maze_solver.cpp
- Revision:
- 31:f7a8a9b82bc1
- Parent:
- 30:daf286ac049f
--- a/Maze/maze_solver.cpp Sun May 28 06:49:41 2017 +0000 +++ b/Maze/maze_solver.cpp Sun May 28 09:54:40 2017 +0000 @@ -285,7 +285,6 @@ } } if (open_neighbor.empty()) { - printf("This should never happen, error\n"); neighbor.clear(); continue; }