aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/LPC21xx/RT-LPC214x-OLIMEX/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/LPC21xx/RT-LPC214x-OLIMEX/main.c b/demos/LPC21xx/RT-LPC214x-OLIMEX/main.c
index f5bd51054..062027136 100644
--- a/demos/LPC21xx/RT-LPC214x-OLIMEX/main.c
+++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/main.c
@@ -38,7 +38,6 @@ static THD_FUNCTION(Thread1, arg) {
palSetPort(IOPORT1, PAL_PORT_BIT(PA_LED1) | PAL_PORT_BIT(PA_LED2));
chThdSleepMilliseconds(800);
}
- return 0;
}
/*
@@ -55,7 +54,6 @@ static THD_FUNCTION(Thread2, arg) {
palSetPad(IOPORT1, PA_LEDUSB);
chThdSleepMilliseconds(300);
}
- return 0;
}
/*