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:
Gerard Marull-Paretas 2022-04-28 13:34:52 +02:00 committed by Anas Nashif
commit 61f2ed8356

View file

@ -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;