mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
input: remotectl: fix PWM_CH1_INT_ENABLE definition error
Signed-off-by: Huang zhibao <hzb@rock-chips.com> Change-Id: Ib27d5ee7d25004f28978bfd797fa92f045ffb54f
This commit is contained in:
parent
9ebe3e376b
commit
e6684b5e75
|
|
@ -54,7 +54,7 @@
|
|||
#define PWM_CH0_INT_ENABLE (1 << 0)
|
||||
#define PWM_CH0_INT_DISABLE (0 << 0)
|
||||
|
||||
#define PWM_CH1_INT_ENABLE (1 << 0)
|
||||
#define PWM_CH1_INT_ENABLE (1 << 1)
|
||||
#define PWM_CH1_INT_DISABLE (0 << 1)
|
||||
|
||||
#define PWM_CH2_INT_ENABLE (1 << 2)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user