mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user