gpio: remove unused GPIO_INT_CLOCK_SYNC flag
GPIO_INT_CLOCK_SYNC wasn't implemented by anything, so remove it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
f612c3c167
commit
58ec6fd30f
2 changed files with 0 additions and 8 deletions
|
@ -40,9 +40,6 @@
|
|||
/** GPIO pin trigger on level high or rising edge. */
|
||||
#define GPIO_INT_ACTIVE_HIGH (1 << 2)
|
||||
|
||||
/** GPIO pin trigger to be synchronized to clock pulses. */
|
||||
#define GPIO_INT_CLOCK_SYNC (1 << 3)
|
||||
|
||||
/** Enable GPIO pin debounce. */
|
||||
#define GPIO_INT_DEBOUNCE (1 << 4)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue