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 Crypto_light mbed-rtos
Revision 29:e28682c4b4cb, committed 2018-03-23
- Comitter:
- henryeshbaugh
- Date:
- Fri Mar 23 18:54:18 2018 +0000
- Parent:
- 28:8076013fbef5
- Commit message:
- oops missed two lines
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Mar 23 18:46:03 2018 +0000 +++ b/main.cpp Fri Mar 23 18:54:18 2018 +0000 @@ -352,9 +352,7 @@ } else if (sscanf(s, "V%d", &target_speed_)) { - target_speed_mutex.lock(); target_speed = target_speed_; - target_speed_mutex.unlock(); /* put_message(MSG_NEW_VEL, target_speed); */ } else if (sscanf(s, "K%llx", &new_key_)) {