summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/src/up_ssp.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/src/up_ssp.c')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/src/up_ssp.c2
1 files changed, 1 insertions, 1 deletions
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);