mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Cosmetic
This commit is contained in:
@@ -1018,6 +1018,7 @@ static int efm32_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||||||
config->baud = cfgetispeed(termiosp);
|
config->baud = cfgetispeed(termiosp);
|
||||||
|
|
||||||
/* Just speed is yet implemented */
|
/* Just speed is yet implemented */
|
||||||
|
|
||||||
efm32_disableuartint(priv,&ien);
|
efm32_disableuartint(priv,&ien);
|
||||||
|
|
||||||
efm32_uartconfigure(config->uartbase, config->baud, config->parity,
|
efm32_uartconfigure(config->uartbase, config->baud, config->parity,
|
||||||
|
|||||||
@@ -2045,7 +2045,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||||||
|
|
||||||
priv->baud = cfgetispeed(termiosp);
|
priv->baud = cfgetispeed(termiosp);
|
||||||
|
|
||||||
/* effect the changes immediately - note that we do not implement
|
/* Effect the changes immediately - note that we do not implement
|
||||||
* TCSADRAIN / TCSAFLUSH
|
* TCSADRAIN / TCSAFLUSH
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user