raiden00pl opened a new pull request, #18753:
URL: https://github.com/apache/nuttx/pull/18753

   ## Summary
   
   fix compilation error for CONFIG_SERIAL_TERMIOS=y
   
   chip/stm32_serial_v2.c:923:35: error: 'struct up_dev_s' has no member named 
'rxftcfg'
     923 |   regval |= USART_CR3_RXFTCFG(priv->rxftcfg);
   
   ## Impact
   fix compilation error
   
   ## Testing
   
   nucleo-c071rb with termios enabled


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to