Skip to content

Commit

Permalink
AP_Periph: fix GCS/mavlink for additional serialports
Browse files Browse the repository at this point in the history
  • Loading branch information
magicrub authored and tridge committed Sep 30, 2021
1 parent dbe673e commit a7686de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/AP_Periph/AP_Periph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ void AP_Periph_FW::init()

#if HAL_GCS_ENABLED
gcs().setup_console();
gcs().setup_uarts();
gcs().send_text(MAV_SEVERITY_INFO, "AP_Periph GCS Initialised!");
#endif

Expand Down

0 comments on commit a7686de

Please sign in to comment.