summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4l-xplained
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-22 08:11:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-22 08:11:57 -0600
commit8cf46d1f34452aca50d6aabe3d13bd12f54d5906 (patch)
tree6314d9b2fae074d7295fee05ccdfb462d1f87a83 /nuttx/configs/sam4l-xplained
parentaa84d73299cb5234cecacc406a54d13cc4dcfe5c (diff)
downloadnuttx-8cf46d1f34452aca50d6aabe3d13bd12f54d5906.tar.gz
nuttx-8cf46d1f34452aca50d6aabe3d13bd12f54d5906.tar.bz2
nuttx-8cf46d1f34452aca50d6aabe3d13bd12f54d5906.zip
Fix typos from previous commit to fix button interrupts
Diffstat (limited to 'nuttx/configs/sam4l-xplained')
-rw-r--r--nuttx/configs/sam4l-xplained/src/sam_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sam4l-xplained/src/sam_buttons.c b/nuttx/configs/sam4l-xplained/src/sam_buttons.c
index f0e7459fe..8a5c01571 100644
--- a/nuttx/configs/sam4l-xplained/src/sam_buttons.c
+++ b/nuttx/configs/sam4l-xplained/src/sam_buttons.c
@@ -156,7 +156,7 @@ xcpt_t board_button_irq(int id, xcpt_t irqhandler)
{
/* Detach and disable the interrupt */
- (void)irq_detach(IRQ_SW0)
+ (void)irq_detach(IRQ_SW0);
sam_gpioirqdisable(IRQ_SW0);
}