summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/src
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/src')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/src/up_buttons.c2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/src/up_ssp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/src/up_buttons.c b/nuttx/configs/olimex-lpc1766stk/src/up_buttons.c
index 6d47d2890..c50d9c8ae 100644
--- a/nuttx/configs/olimex-lpc1766stk/src/up_buttons.c
+++ b/nuttx/configs/olimex-lpc1766stk/src/up_buttons.c
@@ -214,7 +214,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);
diff --git a/nuttx/configs/olimex-lpc1766stk/src/up_ssp.c b/nuttx/configs/olimex-lpc1766stk/src/up_ssp.c
index 76d56f735..aa20e0d79 100644
--- a/nuttx/configs/olimex-lpc1766stk/src/up_ssp.c
+++ b/nuttx/configs/olimex-lpc1766stk/src/up_ssp.c
@@ -163,7 +163,7 @@ static void ssp_cdirqsetup(int irq, 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);