Browse Source

AP_Baro: TEMP parameter comment fix

master
Randy Mackay 12 years ago
parent
commit
aa2b10f044
  1. 2
      libraries/AP_Baro/AP_Baro.cpp

2
libraries/AP_Baro/AP_Baro.cpp

@ -26,7 +26,7 @@ const AP_Param::GroupInfo AP_Baro::var_info[] PROGMEM = { @@ -26,7 +26,7 @@ const AP_Param::GroupInfo AP_Baro::var_info[] PROGMEM = {
// @Increment: 1
AP_GROUPINFO("ABS_PRESS", 2, AP_Baro, _ground_pressure, 0),
// @Param: ABS_PRESS
// @Param: TEMP
// @DisplayName: ground temperature
// @Description: calibrated ground temperature
// @Increment: 1

Loading…
Cancel
Save