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.
Diff: automaton.cpp
- Revision:
- 4:fcf597f82632
- Parent:
- 0:f736749c33d2
diff -r 991c6d5ce19d -r fcf597f82632 automaton.cpp
--- a/automaton.cpp Thu May 17 13:37:43 2018 +0000
+++ b/automaton.cpp Wed May 23 15:15:03 2018 +0000
@@ -50,6 +50,9 @@
}
}
+ // cleaning up the last state
+ teardown_prev();
+
// pc.printf("done.\r\n");
}