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 MODSERIAL FATFileSystem
Diff: System/StaticDefs.cpp
- Revision:
- 56:48a8a5a65b82
- Parent:
- 54:d4990fb68404
- Child:
- 57:ec69651c8c21
diff -r f4ec445c42fe -r 48a8a5a65b82 System/StaticDefs.cpp
--- a/System/StaticDefs.cpp Tue Jun 12 15:41:51 2018 +0000
+++ b/System/StaticDefs.cpp Tue Jun 12 16:20:03 2018 +0000
@@ -61,7 +61,7 @@
}
ServoDriver & rudder() {
- static ServoDriver rudder(p16); //is this pin 24 now?????
+ static ServoDriver rudder(p26); //current rudder pin on the latest drawing 06/11/2018
return rudder;
}