[ch32][risc-v][drv] fix rt_hw_us_delay compile error
This commit is contained in:
parent
0750b71e27
commit
4b3f14565d
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <rtthread.h>
|
||||
#include "drv_common.h"
|
||||
#include <board.h> /* for rt_hw_us_delay */
|
||||
|
||||
#define DBG_TAG "drv.common"
|
||||
#define DBG_LVL DBG_INFO
|
||||
|
|
Loading…
Reference in New Issue