diff --git a/arch/arm/src/lpc17xx/lpc17_serial.c b/arch/arm/src/lpc17xx/lpc17_serial.c index d5f28e1653d..0159d7c7545 100644 --- a/arch/arm/src/lpc17xx/lpc17_serial.c +++ b/arch/arm/src/lpc17xx/lpc17_serial.c @@ -1242,9 +1242,11 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg) priv->baud = cfgetispeed(termiosp); - /* Re-calculate the optimal CCLK divisor for the new baud */ + /* TODO: Re-calculate the optimal CCLK divisor for the new baud and + * and reset the divider in the CLKSEL0/1 register. + */ -#ifdef LPC176x +#if 0 // ifdef LPC176x priv->cclkdiv = lpc17_uartcclkdiv(priv->baud); #endif /* DLAB open latch */