Browse Source

systemlib: Fix parameter name error

sbg
Paul Riseborough 8 years ago committed by Lorenz Meier
parent
commit
93a70c2d0b
  1. 2
      src/modules/systemlib/system_params.c

2
src/modules/systemlib/system_params.c

@ -220,7 +220,7 @@ PARAM_DEFINE_INT32(SYS_CAL_BARO, 0);
* @min 10 * @min 10
* @group System * @group System
*/ */
PARAM_DEFINE_INT32(SYS_CAL_DELT, 24); PARAM_DEFINE_INT32(SYS_CAL_TDEL, 24);
/** /**
* Minimum starting temperature for thermal calibration * Minimum starting temperature for thermal calibration

Loading…
Cancel
Save