Rover: make it possible to change board orientation at runtime

This commit is contained in:
Andrew Tridgell 2013-06-03 16:53:10 +10:00
parent 595d3c694a
commit be3c80127a

View File

@ -792,6 +792,9 @@ static void one_second_loop()
Log_Write_Current();
// send a heartbeat
gcs_send_message(MSG_HEARTBEAT);
// allow orientation change at runtime to aid config
ahrs.set_orientation();
}
static void update_GPS(void)