anchao opened a new pull request, #12927: URL: https://github.com/apache/nuttx/pull/12927
## Summary serial/uart_16550: include stdint.h in uart_16550.h stdint.h is needed in uart_16550.h for some types, e.g. uint32_t, uintptr_t. Otherwise there will be building issue unless that stdint.h is added before uart_16550.h by all files which needs uart_16550.h. Signed-off-by: Jinliang Li <[email protected]> ## Impact N/A ## Testing ci-check -- 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]
