1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-24 07:43:38 +00:00

Merge pull request from hathach/fix-samg55-build

fix samg55 ci build
This commit is contained in:
Ha Thach 2020-08-21 12:33:06 +07:00 committed by GitHub
commit fe21c60507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
hw
bsp/samg55xplained
mcu

@ -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 \

@ -1 +1 @@
Subproject commit 66b5a11995025426224e0ba6f377322e6e8893b6
Subproject commit 168322aa7100f60d6837505f5705fd61454dac27