anchao commented on issue #12855:
URL: https://github.com/apache/nuttx/issues/12855#issuecomment-2283645738

   ```
   serial/uart_16550.c:230:21: error: 'CONFIG_16550_UART0_RX_TRIGGER' 
undeclared here (not in a function); did you mean 
'CONFIG_16550_UART0_RXBUFSIZE'?
     230 |   .rxtrigger      = CONFIG_16550_UART0_RX_TRIGGER,
         |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |                     CONFIG_16550_UART0_RXBUFSIZE
   [97/1243] Building C objec...fs.dir/fs_initialize.c.obj
   ```
   @Rrooach This configuration was added recently  
https://github.com/apache/nuttx/pull/12830, you may need to clear the out 
directory and compile again


-- 
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