mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 03:58:06 +08:00
0fddb71478
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 <lijinliang1@lixiang.com>