AP_Airspeed : correct comment spelling

This commit is contained in:
Ruffalo-sunghwan 2022-05-23 13:51:28 +09:00 committed by Randy Mackay
parent 3f1779a5a1
commit 001643eb4f

View File

@ -162,7 +162,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] = {
// @Param: _PSI_RANGE
// @DisplayName: The PSI range of the device
// @Description: This parameter allows you to to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device
// @Description: This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device
// @User: Advanced
AP_GROUPINFO("_PSI_RANGE", 8, AP_Airspeed, param[0].psi_range, PSI_RANGE_DEFAULT),
@ -269,7 +269,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] = {
// @Param: 2_PSI_RANGE
// @DisplayName: The PSI range of the device for 2nd sensor
// @Description: This parameter allows you to to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device
// @Description: This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device
// @User: Advanced
AP_GROUPINFO("2_PSI_RANGE", 19, AP_Airspeed, param[1].psi_range, PSI_RANGE_DEFAULT),