mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
serial/16550: Include nuttx/clk/clk.h
to avoid the build break when CONFIG_CLK is enabled Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
ee364e115a
commit
87aa067ab3
@@ -37,6 +37,7 @@
|
||||
|
||||
#include <nuttx/irq.h>
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/clk/clk.h>
|
||||
#include <nuttx/dma/dma.h>
|
||||
#include <nuttx/serial/serial.h>
|
||||
#include <nuttx/fs/ioctl.h>
|
||||
|
||||
Reference in New Issue
Block a user