Trivial, cosmetic fixes to spacing and spelling
This commit is contained in:
parent
9be93c710a
commit
4cb8e6a0d7
@ -133,6 +133,7 @@ endif
|
||||
ifeq ($(CONFIG_LPC54_ETHERNET),y)
|
||||
CHIP_CSRCS += lpc54_ethernet.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_LPC54_LCD),y)
|
||||
CHIP_CSRCS += lpc54_lcd.c
|
||||
endif
|
||||
|
@ -335,7 +335,7 @@ static int lpc54_putcmap(FAR struct fb_vtable_s *vtable,
|
||||
(uint32_t)cmap->green[i] << LCD_PAL_G0_SHIFT |
|
||||
(uint32_t)cmap->blue[i] << LCD_PAL_B0_SHIFT);
|
||||
|
||||
/* Handle the case where the len ends on an odd boudary */
|
||||
/* Handle the case where the len ends on an odd boundary */
|
||||
|
||||
if ((i + 1) >= last)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user