Skip to content
Snippets Groups Projects
Commit db7c3a9c authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AntennaTracker: added SERIAL_CONTROL support

allows for radio update and config over USB
parent 8debcba4
No related branches found
No related tags found
No related merge requests found
...@@ -905,6 +905,12 @@ mission_failed: ...@@ -905,6 +905,12 @@ mission_failed:
break; break;
} }
#if HAL_CPU_CLASS > HAL_CPU_CLASS_16
case MAVLINK_MSG_ID_SERIAL_CONTROL:
handle_serial_control(msg, gps);
break;
#endif
default: default:
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment