diff options
| author | hathach <[email protected]> | 2019-11-04 15:00:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-04 15:00:44 +0700 |
| commit | 42b55f6621a18179513c99d8013ef857b3d28b2f (patch) | |
| tree | a0d610968acaccb01994f85802b26e9165f1532d | |
| parent | 6baa79b3308d4637f7a22ad73a5ac26f9ef6b491 (diff) | |
clean up
| -rw-r--r-- | hw/bsp/samg55xplained/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/samg55xplained/board.mk b/hw/bsp/samg55xplained/board.mk index a8d2b0fe9..785594505 100644 --- a/hw/bsp/samg55xplained/board.mk +++ b/hw/bsp/samg55xplained/board.mk @@ -10,7 +10,7 @@ CFLAGS += \ #CFLAGS += -Wno-error=undef -ASF_DIR = hw/mcu/microchip/samg +ASF_DIR = hw/mcu/microchip/samg55 # All source paths should be relative to the top level. LD_FILE = $(ASF_DIR)/samg55/gcc/gcc/samg55j19_flash.ld |
