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