mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-24 02:24:09 +08:00
fix(drivers/power_monitor): fix grammar in INA parameter descriptions
"For systems a INA"→"For systems with an INA"
This commit is contained in:
@@ -5,7 +5,7 @@ parameters:
|
||||
SENS_EN_INA220:
|
||||
description:
|
||||
short: Enable INA220 Power Monitor
|
||||
long: For systems a INA220 Power Monitor, this should be set to true
|
||||
long: For systems with an INA220 Power Monitor, this should be set to true
|
||||
type: boolean
|
||||
default: 0
|
||||
reboot_required: true
|
||||
|
||||
@@ -5,7 +5,7 @@ parameters:
|
||||
SENS_EN_INA226:
|
||||
description:
|
||||
short: Enable INA226 Power Monitor
|
||||
long: For systems a INA226 Power Monitor, this should be set to true
|
||||
long: For systems with an INA226 Power Monitor, this should be set to true
|
||||
type: boolean
|
||||
default: 0
|
||||
reboot_required: true
|
||||
|
||||
@@ -5,7 +5,7 @@ parameters:
|
||||
SENS_EN_INA228:
|
||||
description:
|
||||
short: Enable INA228 Power Monitor
|
||||
long: For systems a INA228 Power Monitor, this should be set to true
|
||||
long: For systems with an INA228 Power Monitor, this should be set to true
|
||||
type: boolean
|
||||
default: 0
|
||||
reboot_required: true
|
||||
|
||||
@@ -5,7 +5,7 @@ parameters:
|
||||
SENS_EN_INA238:
|
||||
description:
|
||||
short: Enable INA238 Power Monitor
|
||||
long: For systems a INA238 Power Monitor, this should be set to true
|
||||
long: For systems with an INA238 Power Monitor, this should be set to true
|
||||
type: boolean
|
||||
default: 0
|
||||
reboot_required: true
|
||||
|
||||
Reference in New Issue
Block a user