[spelling] spelling-fixes. (not external/)
This commit is contained in:
committed by
Travis Geiselbrecht
parent
d90cb4e7c6
commit
d0b90c2d68
@@ -162,7 +162,7 @@ status_t display_present(struct display_image *image, uint starty, uint endy)
|
||||
uint8_t *bufptr = localbuf;
|
||||
uint8_t trailer = 0;
|
||||
|
||||
// The first line is preceeded with a write command.
|
||||
// The first line is preceded with a write command.
|
||||
*bufptr++ = MLCD_WR | vcom_state;
|
||||
|
||||
vcom_state = vcom_state == VCOM_HI ? VCOM_LO : VCOM_HI;
|
||||
|
||||
@@ -49,7 +49,7 @@ STATIC const PINMUX_GRP_T ioconSetup[] = {
|
||||
{0, 3, (IOCON_MODE_INACT | IOCON_DIGMODE_EN)}, /* PIO0_3-SCT1_OUT4-GRN */
|
||||
{1, 1, (IOCON_MODE_INACT | IOCON_DIGMODE_EN)}, /* PIO1_1-BREAK_STS1-BLUE */
|
||||
|
||||
/* QEI, motor controler, I2C, CAN */
|
||||
/* QEI, motor controller, I2C, CAN */
|
||||
{0, 2, (IOCON_MODE_INACT | IOCON_DIGMODE_EN)}, /* PIO0_2-QEI-SCT0_IN */
|
||||
{0, 30, (IOCON_MODE_INACT | IOCON_DIGMODE_EN)}, /* PIO0_30-QEI-SCT0_IN */
|
||||
{0, 17, (IOCON_MODE_INACT | IOCON_DIGMODE_EN)}, /* PIO0_17-QEI-SCT0_IN */
|
||||
@@ -138,7 +138,7 @@ void Board_SetupMuxing(void)
|
||||
/* Initialize debug output via UART for board */
|
||||
void Board_Debug_Init(void)
|
||||
{
|
||||
/* Disables pullups/pulldowns and enable digitial mode */
|
||||
/* Disables pullups/pulldowns and enable digital mode */
|
||||
Chip_IOCON_PinMuxSet(LPC_IOCON, 0, 13, (IOCON_MODE_INACT | IOCON_DIGMODE_EN));
|
||||
Chip_IOCON_PinMuxSet(LPC_IOCON, 0, 18, (IOCON_MODE_INACT | IOCON_DIGMODE_EN));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user