diff options
| author | hathach <[email protected]> | 2021-11-05 13:23:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-11-05 13:23:31 +0700 |
| commit | 3fc3e400b0ad91a0f15fe0c45bb924a9b1d65249 (patch) | |
| tree | 91fc7aa9419927dc941d226d9ac13b231287fe01 /hw | |
| parent | 422f439bf73450b9f08ff6fb2bf961205ba1c5f5 (diff) | |
add xmc4000 to ci build
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/board_mcu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/bsp/board_mcu.h b/hw/bsp/board_mcu.h index c840db89e..1e2577de0 100644 --- a/hw/bsp/board_mcu.h +++ b/hw/bsp/board_mcu.h @@ -136,6 +136,10 @@ #elif CFG_TUSB_MCU == OPT_MCU_MM32F327X #include "mm32_device.h" + +#elif CFG_TUSB_MCU == OPT_MCU_XMC4000 + #include "xmc_device.h" + #else #error "Missing MCU header" #endif |
