diff --git a/boards/EA_LPCXPRESSO_BB_1114/board.c b/boards/EA_LPCXPRESSO_BB_1114/board.c index cb9116eed..31b194aef 100644 --- a/boards/EA_LPCXPRESSO_BB_1114/board.c +++ b/boards/EA_LPCXPRESSO_BB_1114/board.c @@ -52,7 +52,7 @@ void boardInit(void) { /* * Extra, board-specific, initializations. * NOTE: PIO1_2 is associated also to the JTAG, if you need to use JTAG - * you must comment that line first. + * you must comment that line first. */ LPC_IOCON->PIO0_7 = 0xC0; /* Disables pull-up on LED2 output. */ LPC_IOCON->JTAG_nTRST_PIO1_2 = 0xC1; /* Disables pull-up on LED3B output diff --git a/demos/ARMCM0-LPC1114-LPCXPRESSO/main.c b/demos/ARMCM0-LPC1114-LPCXPRESSO/main.c index 6080d1d72..83ea018a3 100644 --- a/demos/ARMCM0-LPC1114-LPCXPRESSO/main.c +++ b/demos/ARMCM0-LPC1114-LPCXPRESSO/main.c @@ -33,7 +33,7 @@ static uint8_t digits[32] = { 0x00, 0x02, 0x01, 0x18, 0x54, 0x88, 0x50, 0x51 }; -/* +/* * SPI configuration (1MHz, CPHA=0, CPOL=0). */ static SPIConfig spicfg = { @@ -57,7 +57,6 @@ static msg_t Thread1(void *arg) { palSetPad(GPIO0, GPIO0_LED2); chThdSleepMilliseconds(500); } - return 0; } /* @@ -88,7 +87,6 @@ static msg_t Thread2(void *arg) { palSetPort(GPIO1, PAL_PORT_BIT(GPIO1_LED3G)); chThdSleepMilliseconds(250); } - return 0; } /* @@ -137,5 +135,4 @@ int main(void) { chThdSleepMilliseconds(500); i = (i + 1) & 15; } - return 0; } diff --git a/demos/ARMCM3-LPC1343-LPCXPRESSO/iar/ch.ewp b/demos/ARMCM3-LPC1343-LPCXPRESSO/iar/ch.ewp index 0b9415c78..bfde5a1dc 100644 --- a/demos/ARMCM3-LPC1343-LPCXPRESSO/iar/ch.ewp +++ b/demos/ARMCM3-LPC1343-LPCXPRESSO/iar/ch.ewp @@ -523,8 +523,8 @@