summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sam34/sam4l_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/sam34/sam4l_gpio.h')
-rw-r--r--nuttx/arch/arm/src/sam34/sam4l_gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/sam34/sam4l_gpio.h b/nuttx/arch/arm/src/sam34/sam4l_gpio.h
index e4aa8e8f1..49860adae 100644
--- a/nuttx/arch/arm/src/sam34/sam4l_gpio.h
+++ b/nuttx/arch/arm/src/sam34/sam4l_gpio.h
@@ -218,7 +218,7 @@
* GPIO Input: .... .... .... II.. .... ....
* GPIO Output: .... .... .... .... .... ....
* Peripheral: .... .... .... II.. .... ....
- */
+ */
#define GPIO_INT_SHIFT (10) /* Bits 10-11: Interrupting input control */
#define GPIO_INT_MASK (3 << GPIO_INT_SHIFT)