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:
- 54:d4990fb68404
- Parent:
- 53:c0586fe62b01
- Child:
- 56:48a8a5a65b82
--- a/System/StaticDefs.cpp Thu Jun 07 13:02:08 2018 +0000
+++ b/System/StaticDefs.cpp Fri Jun 08 13:56:30 2018 +0000
@@ -86,9 +86,9 @@
return pitchLoop;
}
-OuterLoop & rudderLoop() {
- static OuterLoop rudderLoop(0.1, 2); // interval, sensor type
- return rudderLoop;
+OuterLoop & headingLoop() {
+ static OuterLoop headingLoop(0.1, 2); // interval, sensor type
+ return headingLoop;
}
StateMachine & stateMachine() {