Plane: update SERIAL0_BAUD parameter description

This commit is contained in:
Andrew Tridgell 2013-02-22 08:39:02 +11:00
parent bf6198be40
commit 5f4c5f8201

View File

@ -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