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:
- 51:3148875bb9e5
- Parent:
- 48:76cf4521d342
- Child:
- 55:18ea9529afb2
--- a/main/main.h Fri Apr 17 16:07:23 2020 +0000 +++ b/main/main.h Fri Apr 17 16:50:10 2020 +0000 @@ -67,7 +67,7 @@ void back_track(); int path_to_point_index( int path_point ); void print_data( char *word ); -void dead_end_removal(int index1, int index2); +int dead_end_removal(int index1, int index2); // Global Variables char path[100];