From f65f508d7a099580e03a6d881f3d48b762fcd677 Mon Sep 17 00:00:00 2001 From: Jacob Dahl Date: Tue, 17 Mar 2026 23:37:08 -0800 Subject: [PATCH] fix(drivers/power_monitor): fix grammar in INA parameter descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "For systems a INA"→"For systems with an INA" --- src/drivers/power_monitor/ina220/ina220_params.yaml | 2 +- src/drivers/power_monitor/ina226/ina226_params.yaml | 2 +- src/drivers/power_monitor/ina228/ina228_params.yaml | 2 +- src/drivers/power_monitor/ina238/ina238_params.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/drivers/power_monitor/ina220/ina220_params.yaml b/src/drivers/power_monitor/ina220/ina220_params.yaml index 2fbdd65ed0..7ce03a2003 100644 --- a/src/drivers/power_monitor/ina220/ina220_params.yaml +++ b/src/drivers/power_monitor/ina220/ina220_params.yaml @@ -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 diff --git a/src/drivers/power_monitor/ina226/ina226_params.yaml b/src/drivers/power_monitor/ina226/ina226_params.yaml index 6a223ead5d..77807ccd6f 100644 --- a/src/drivers/power_monitor/ina226/ina226_params.yaml +++ b/src/drivers/power_monitor/ina226/ina226_params.yaml @@ -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 diff --git a/src/drivers/power_monitor/ina228/ina228_params.yaml b/src/drivers/power_monitor/ina228/ina228_params.yaml index 9c9ef97d49..1b6997a344 100644 --- a/src/drivers/power_monitor/ina228/ina228_params.yaml +++ b/src/drivers/power_monitor/ina228/ina228_params.yaml @@ -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 diff --git a/src/drivers/power_monitor/ina238/ina238_params.yaml b/src/drivers/power_monitor/ina238/ina238_params.yaml index e0319cd3e2..fce50416d6 100644 --- a/src/drivers/power_monitor/ina238/ina238_params.yaml +++ b/src/drivers/power_monitor/ina238/ina238_params.yaml @@ -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