First Commit
Dependencies: mbed Crypto_light mbed-rtos
Spin it 2 win it
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 |
diff -r 8076013fbef5 -r e28682c4b4cb main.cpp --- 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_)) {