diff --git a/ArduPlane/Parameters.pde b/ArduPlane/Parameters.pde index 9357b3908a..693a2e9996 100644 --- a/ArduPlane/Parameters.pde +++ b/ArduPlane/Parameters.pde @@ -20,7 +20,7 @@ const AP_Param::Info var_info[] PROGMEM = { GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255), // @Param: SERIAL0_BAUD - // @DisplayName: Telemetry Baud Rate + // @DisplayName: USB Console Baud Rate // @Description: The baud rate used on the main uart // @Values: 1:1200,2:2400,4:4800,9:9600,19:19200,38:38400,57:57600,111:111100,115:115200 // @User: Standard