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: BEAR_Reciever Motor eeprom iSerial mbed
Fork of DogPID by
Revision 19:3da61e637b2d, committed 2016-01-24
- Comitter:
- soulx
- Date:
- Sun Jan 24 08:39:14 2016 +0000
- Parent:
- 18:face01c94152
- Child:
- 20:7e6d56655336
- Child:
- 22:449f31da2d3d
- Commit message:
- -
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Jan 24 08:26:35 2016 +0000
+++ b/main.cpp Sun Jan 24 08:39:14 2016 +0000
@@ -338,7 +338,7 @@
break;
}
- break;
+ // break;
}
case READ_DATA: {
switch (cmd[0]) {
@@ -392,7 +392,7 @@
com.sendLowAngleRange(MY_ID,Angle_Range_Low);
break;
}
- break;
+ // break;
}
}
}
