Fix a mistatement in a comment

This commit is contained in:
Gregory Nutt 2015-05-04 13:44:49 -06:00
parent ea17bc3b68
commit 81ab453f6a

View File

@ -2151,7 +2151,7 @@ static bool cdcuart_rxflowcontrol(FAR struct uart_dev_s *dev,
{
#ifdef CONFIG_CDCACM_IFLOWCONTROL
/* Allocate a request */
/* Format the SerialControlLineState messages */
/* Format the SerialState notification */
/* Submit the request on the Interrupt IN endpoint */
# warning Missing logic
#endif