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 0957a22543..172a7de435 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 ad128cbaab..e4bd877178 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 3fa26cf629..3faa0675ca 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 8c05e5ecc8..93a7b53808 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 5785a68b4e..2af6cefead 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