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 MatrixMath LPS25HB_I2C LSM9DS1 Matrix2 PIDcontroller LoopTicker SBUS_without_mainfile UsaPack solaESKF_wind Vector3 CalibrateMagneto FastPWM
Diff: datatransfer.cpp
- Revision:
- 113:c3794f8afe7e
- Parent:
- 112:5a82800e1485
- Child:
- 114:ba221936d53a
--- a/datatransfer.cpp Fri Mar 18 10:21:45 2022 +0000
+++ b/datatransfer.cpp Tue Mar 22 09:42:05 2022 +0000
@@ -43,7 +43,7 @@
vp.rc[i] = rc[i];
}
vp.att_dt = att_dt;
- if (rc[7] > 0.3f)
+ if (rc[8] > 0.3f)
{
vp.ap_flag = 1;
}