[ch32][risc-v][drv] fix rt_hw_us_delay compile error

This commit is contained in:
Meco Man 2023-06-26 20:22:16 -04:00 committed by Man, Jianting (Meco)
parent 0750b71e27
commit 4b3f14565d
1 changed files with 1 additions and 0 deletions

View File

@ -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