Plane: make it possible to change board orientation at runtime

This commit is contained in:
Andrew Tridgell 2013-06-03 16:52:44 +10:00
parent aaaa5247e3
commit 02d72ffcba

View File

@ -961,6 +961,9 @@ static void one_second_loop()
// make it possible to change control channel ordering at runtime
set_control_channels();
// make it possible to change orientation at runtime
ahrs.set_orientation();
}
static void update_GPS(void)