mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
fix(drivers/rpm/pcf8583): fix typos in parameter descriptions
eneable→enable, Eneabled→Enabled, pool→poll, Nmumber→Number
This commit is contained in:
@@ -4,19 +4,19 @@ parameters:
|
|||||||
definitions:
|
definitions:
|
||||||
SENS_EN_PCF8583:
|
SENS_EN_PCF8583:
|
||||||
description:
|
description:
|
||||||
short: PCF8583 eneable driver
|
short: PCF8583 enable driver
|
||||||
long: Run PCF8583 driver automatically
|
long: Run PCF8583 driver automatically
|
||||||
type: enum
|
type: enum
|
||||||
values:
|
values:
|
||||||
0: Disabled
|
0: Disabled
|
||||||
1: Eneabled
|
1: Enabled
|
||||||
default: 0
|
default: 0
|
||||||
reboot_required: true
|
reboot_required: true
|
||||||
min: 0
|
min: 0
|
||||||
max: 1
|
max: 1
|
||||||
PCF8583_POOL:
|
PCF8583_POOL:
|
||||||
description:
|
description:
|
||||||
short: PCF8583 rotorfreq (i2c) pool interval
|
short: PCF8583 rotorfreq (i2c) poll interval
|
||||||
long: Determines how often the sensor is read out.
|
long: Determines how often the sensor is read out.
|
||||||
type: int32
|
type: int32
|
||||||
default: 1000000
|
default: 1000000
|
||||||
@@ -36,7 +36,7 @@ parameters:
|
|||||||
PCF8583_MAGNET:
|
PCF8583_MAGNET:
|
||||||
description:
|
description:
|
||||||
short: PCF8583 rotorfreq (i2c) pulse count
|
short: PCF8583 rotorfreq (i2c) pulse count
|
||||||
long: Nmumber of signals per rotation of actuator
|
long: Number of signals per rotation of actuator
|
||||||
type: int32
|
type: int32
|
||||||
default: 2
|
default: 2
|
||||||
reboot_required: true
|
reboot_required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user