drivers: pwm: shell: fix struct variable name
The pwm field in struct args_index was missed when pwm was renamed to channel in all drivers. As a result, the PWM shell could no longer be built. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
9b1a0e70bc
commit
61f2ed8356
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
struct args_index {
|
||||
uint8_t device;
|
||||
uint8_t pwm;
|
||||
uint8_t channel;
|
||||
uint8_t period;
|
||||
uint8_t pulse;
|
||||
uint8_t flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue