Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
55:4db125cd11a0
Parent:
53:9b2611964afc
Child:
61:3c7e6e9ec355
--- a/cfgVarMsgMap.h	Sat Apr 30 17:43:38 2016 +0000
+++ b/cfgVarMsgMap.h	Wed May 04 03:59:44 2016 +0000
@@ -73,8 +73,9 @@
         
     case 7:
         // Plunger calibration button and indicator light pin assignments
-        v_byte(plunger.cal.btn, 2);
-        v_byte(plunger.cal.led, 3);
+        v_byte(plunger.cal.features, 2);
+        v_byte(plunger.cal.btn, 3);
+        v_byte(plunger.cal.led, 4);
         break;
         
     case 8: