Browse Source

AP_Periph: move underscore one layer down for GPS

zr-v5.1
Siddharth Purohit 4 years ago committed by Randy Mackay
parent
commit
a1a41bb47a
  1. 4
      Tools/AP_Periph/Parameters.cpp

4
Tools/AP_Periph/Parameters.cpp

@ -68,9 +68,9 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
#ifdef HAL_PERIPH_ENABLE_GPS #ifdef HAL_PERIPH_ENABLE_GPS
// GPS driver // GPS driver
// @Group: GPS_ // @Group: GPS
// @Path: ../../libraries/AP_GPS/AP_GPS.cpp // @Path: ../../libraries/AP_GPS/AP_GPS.cpp
GOBJECT(gps, "GPS_", AP_GPS), GOBJECT(gps, "GPS", AP_GPS),
// @Param: GPS_PORT // @Param: GPS_PORT
// @DisplayName: GPS Serial Port // @DisplayName: GPS Serial Port

Loading…
Cancel
Save