mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Plane: make it possible to change board orientation at runtime
This commit is contained in:
parent
aaaa5247e3
commit
02d72ffcba
@ -961,6 +961,9 @@ static void one_second_loop()
|
|||||||
|
|
||||||
// make it possible to change control channel ordering at runtime
|
// make it possible to change control channel ordering at runtime
|
||||||
set_control_channels();
|
set_control_channels();
|
||||||
|
|
||||||
|
// make it possible to change orientation at runtime
|
||||||
|
ahrs.set_orientation();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void update_GPS(void)
|
static void update_GPS(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user