summaryrefslogtreecommitdiff
path: root/nuttx/configs/lincoln60/src/up_buttons.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lincoln60/src/up_buttons.c')
-rw-r--r--nuttx/configs/lincoln60/src/up_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/lincoln60/src/up_buttons.c b/nuttx/configs/lincoln60/src/up_buttons.c
index 76cb1f2d9..706d858f4 100644
--- a/nuttx/configs/lincoln60/src/up_buttons.c
+++ b/nuttx/configs/lincoln60/src/up_buttons.c
@@ -211,7 +211,7 @@ xcpt_t up_irqbutton(int id, xcpt_t irqhandler)
}
else
{
- /* Disable then then detach the the old interrupt handler */
+ /* Disable then detach the old interrupt handler */
up_disable_irq(irq);
(void)irq_detach(irq);