mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
ArduCopter: move logging of Beacon into Beacon library
This commit is contained in:
parent
e5c40d0e54
commit
39eca59938
@ -540,7 +540,7 @@ void Copter::ten_hz_logging_loop()
|
||||
g2.proximity.log(); // Write proximity sensor distances
|
||||
#endif
|
||||
#if BEACON_ENABLED == ENABLED
|
||||
logger.Write_Beacon(g2.beacon);
|
||||
g2.beacon.log();
|
||||
#endif
|
||||
}
|
||||
#if FRAME_CONFIG == HELI_FRAME
|
||||
|
Loading…
Reference in New Issue
Block a user