First Commit

Dependencies:   mbed Crypto_light mbed-rtos

Spin it 2 win it

Files at this revision

API Documentation at this revision

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_)) {