diff options
| author | hathach <[email protected]> | 2020-11-09 01:23:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-11-09 01:23:19 +0700 |
| commit | 496c7c701a5a4491c8a393fc580b5df2f29c1e22 (patch) | |
| tree | 6d018c153f30b28ecc53e7b21fe0b92feee365fc /hw | |
| parent | 7ab3da1e0302e466447c02fa353b8659e053764f (diff) | |
fix ci
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/same70_xplained/board.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/bsp/same70_xplained/board.mk b/hw/bsp/same70_xplained/board.mk index 87b59d2d2..efe597fe3 100644 --- a/hw/bsp/same70_xplained/board.mk +++ b/hw/bsp/same70_xplained/board.mk @@ -41,8 +41,9 @@ INC += \ $(TOP)/$(ASF_DIR)/CMSIS/Core/Include # For TinyUSB port source -VENDOR = microchip -CHIP_FAMILY = samg +#SRC_C += src/portable/template/dcd_template.c +VENDOR = . +CHIP_FAMILY = template # For freeRTOS port source FREERTOS_PORT = ARM_CM7 |
