diff options
| author | hathach <[email protected]> | 2020-08-21 12:19:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-08-21 12:19:38 +0700 |
| commit | 76fe8ac61222856efd791fe5d20e89b3ffced71b (patch) | |
| tree | 86371352b72e7182268382851e2b4e031303f710 | |
| parent | e90cf7a676eddcbd9c35d2d99a0a9cd14686e2ce (diff) | |
fix samg55 ci build
| -rw-r--r-- | hw/bsp/samg55xplained/board.mk | 4 | ||||
| m--------- | hw/mcu/microchip | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/samg55xplained/board.mk b/hw/bsp/samg55xplained/board.mk index e0c24ed9c..b53757dff 100644 --- a/hw/bsp/samg55xplained/board.mk +++ b/hw/bsp/samg55xplained/board.mk @@ -18,8 +18,8 @@ ASF_DIR = hw/mcu/microchip/samg55 LD_FILE = hw/bsp/$(BOARD)/samg55j19_flash.ld SRC_C += \ - $(ASF_DIR)/samg55/gcc/gcc/startup_samg55j19.c \ - $(ASF_DIR)/samg55/gcc/system_samg55j19.c \ + $(ASF_DIR)/samg55/gcc/gcc/startup_samg55.c \ + $(ASF_DIR)/samg55/gcc/system_samg55.c \ $(ASF_DIR)/hpl/core/hpl_init.c \ $(ASF_DIR)/hpl/usart/hpl_usart.c \ $(ASF_DIR)/hpl/pmc/hpl_pmc.c \ diff --git a/hw/mcu/microchip b/hw/mcu/microchip -Subproject 66b5a11995025426224e0ba6f377322e6e8893b +Subproject 168322aa7100f60d6837505f5705fd61454dac2 |
