diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/hal_pinmux.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/hal_pinmux.c index 0957a225430d143c5719735279f0b8df06d110b3..172a7de4350e8494e1da0a8cd44e02c3174e882e 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/hal_pinmux.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/hal_pinmux.c @@ -15,7 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ - + #include "rtconfig.h" #include "core-v-mcu-config.h" #include "hal_apb_soc_ctrl_regs.h" #include "hal_pinmux.h" diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_cam_driver.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_cam_driver.c index ad128cbaab525ebe04fab28c3f5fa99f1358fe2a..e4bd877178e9d5a6edc3fd3b6b50440c66b4fad7 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_cam_driver.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_cam_driver.c @@ -15,6 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ +#include "rtconfig.h" #ifdef PKG_USING_FREERTOS_WRAPPER #include "FreeRTOS.h" #include diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_i2cm_driver.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_i2cm_driver.c index 3fa26cf62999058b11a66696b233625d55f27db8..3faa0675cad17178a80ae5b2845acc42ec88ba5c 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_i2cm_driver.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_i2cm_driver.c @@ -15,7 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ - +#include "rtconfig.h" #ifdef PKG_USING_FREERTOS_WRAPPER #include "FreeRTOS.h" #include diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_qspi_driver.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_qspi_driver.c index 8c05e5ecc87243ccc917cea7452dd2867a7da2ad..93a7b53808297ede5c3eeab93b439142c131051e 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_qspi_driver.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_qspi_driver.c @@ -15,6 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ +#include "rtconfig.h" #ifdef PKG_USING_FREERTOS_WRAPPER #include "FreeRTOS.h" #include diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_sdio_driver.c b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_sdio_driver.c index 5785a68b4e43dfc6fbc17db58d66bf2bdddba2df..2af6cefead0329b93c81e8f470d5286756d4e8cf 100644 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_sdio_driver.c +++ b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/udma_sdio_driver.c @@ -15,6 +15,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ +#include "rtconfig.h" #ifdef PKG_USING_FREERTOS_WRAPPER #include "FreeRTOS.h" #include