gpio: Fix spelling mistake.
Change-Id: I983a097b0fc14da0f622541c667950c7759b9e78 Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
60a079cb2c
commit
66d66848cb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ extern "C" {
|
|||
/** GPIO pin trigger on level high or rising edge. */
|
||||
#define GPIO_INT_ACTIVE_HIGH (1 << 2)
|
||||
|
||||
/** GPIO pin trggier to be synchronized to clock pulses. */
|
||||
/** GPIO pin trigger to be synchronized to clock pulses. */
|
||||
#define GPIO_INT_CLOCK_SYNC (1 << 3)
|
||||
|
||||
/** Enable GPIO pin debounce. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue