Changeset 417 in flair-src for trunk/lib/FlairIpc
- Timestamp:
- Apr 15, 2021, 8:48:48 AM (4 years ago)
- Location:
- trunk/lib/FlairIpc/src
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairIpc/src/IpcX4.cpp
r397 r417 19 19 #include <IpcBldc.h> 20 20 #include <IpcUs.h> 21 #include < IpcAhrs.h>21 #include <PassthroughAhrs.h> 22 22 #include <IpcImu.h> 23 23 #include <BatteryMonitor.h> … … 49 49 SetUsRangeFinder(new IpcUs("us", 70, "altitude", 65)); 50 50 51 SetAhrs(new IpcAhrs("ahrs",70,"imu",65));51 SetAhrs(new PassthroughAhrs(new IpcImu("imu",70,"imu",65),"ahrs")); 52 52 53 53 Tab *bat_tab = new Tab(getFrameworkManager()->GetTabWidget(), "battery");
Note:
See TracChangeset
for help on using the changeset viewer.