temperature_compensation: enable parameters set reboot_required

- min/max are unnecessary with boolean
This commit is contained in:
Daniel Agar
2020-04-26 22:38:35 -04:00
committed by GitHub
parent cc62a52553
commit 8cd848fcd6
3 changed files with 3 additions and 6 deletions
@@ -43,8 +43,7 @@
* Thermal compensation for accelerometer sensors.
*
* @group Thermal Compensation
* @min 0
* @max 1
* @reboot_required true
* @boolean
*/
PARAM_DEFINE_INT32(TC_A_ENABLE, 0);
@@ -43,8 +43,7 @@
* Thermal compensation for barometric pressure sensors.
*
* @group Thermal Compensation
* @min 0
* @max 1
* @reboot_required true
* @boolean
*/
PARAM_DEFINE_INT32(TC_B_ENABLE, 0);
@@ -43,8 +43,7 @@
* Thermal compensation for rate gyro sensors.
*
* @group Thermal Compensation
* @min 0
* @max 1
* @reboot_required true
* @boolean
*/
PARAM_DEFINE_INT32(TC_G_ENABLE, 0);