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 MODSERIAL FATFileSystem
Diff: StateMachine/StateMachine.hpp
- Revision:
- 71:939d179478c4
- Parent:
- 69:919ac8d7e023
diff -r 0e5180befedd -r 939d179478c4 StateMachine/StateMachine.hpp --- a/StateMachine/StateMachine.hpp Fri Jun 29 18:26:50 2018 +0000 +++ b/StateMachine/StateMachine.hpp Fri Jun 29 21:52:31 2018 +0000 @@ -21,7 +21,7 @@ MULTI_DIVE, // multi-dive sequence MULTI_RISE, // multi-rise sequence KEYBOARD, // "state" for tracking only - TRANSMIT_MBED_LOG, + TX_MBED_LOG, RECEIVE_SEQUENCE };