From 7aa6341a7e633909eb9822b503bd038bad73a3dc Mon Sep 17 00:00:00 2001 From: "yuhuan.du" Date: Fri, 2 Jun 2023 12:00:50 +0800 Subject: [PATCH] [fix] fix x2600 ost bug for xburst --- drivers/drivers-x2600/include/x2600_hal_conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/drivers-x2600/include/x2600_hal_conf.h b/drivers/drivers-x2600/include/x2600_hal_conf.h index 16a38380..2ca21f3a 100644 --- a/drivers/drivers-x2600/include/x2600_hal_conf.h +++ b/drivers/drivers-x2600/include/x2600_hal_conf.h @@ -37,7 +37,9 @@ #include "x2600_ll_ost_global.h" #include "x2600_ll_cpm.h" #include "x2600_ll_gpio.h" +#ifdef CORE_RISCV #include "x2600_ll_risc_ccu.h" +#endif #include "x2600_hal_pdma.h" -- Gitee