diff options
Diffstat (limited to 'demos/LPC21xx/RT-LPC214x-OLIMEX/main.c')
-rw-r--r-- | demos/LPC21xx/RT-LPC214x-OLIMEX/main.c | 2 |
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;
}
/*
|