Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information