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 3875_Individualproject
Diff: main/main.h
- Revision:
- 38:b5b06625d06e
- Parent:
- 37:2967f3f9c936
- Child:
- 39:005ad4610152
--- a/main/main.h Tue Apr 14 21:57:31 2020 +0000 +++ b/main/main.h Tue Apr 14 22:33:06 2020 +0000 @@ -82,6 +82,7 @@ int dist_est_1 = 0; int dist_est_2 = 0; +int dist = 0; bool first = true; bool goal_node = false; bool t_restart = true;