diff options
| author | Ha Thach <[email protected]> | 2020-01-12 11:51:06 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-12 11:51:06 +0700 |
| commit | 6781d58449c96f19d29ba0a2f73df7ccb8948786 (patch) | |
| tree | eff0606286a0528a24327e1c7385cb27a4bd376c | |
| parent | 13016c5cbbf2ee058371670e4f7cc33703c36f75 (diff) | |
| parent | 64b435cf6e6401699086b3c1d62794c7d9aafab9 (diff) | |
Merge pull request #267 from majbthrd/adatypo
correct apparent Adafruit typo in SAMD21 board.mk
| -rw-r--r-- | hw/bsp/feather_m0_express/board.mk | 2 | ||||
| -rw-r--r-- | hw/bsp/metro_m0_express/board.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/feather_m0_express/board.mk b/hw/bsp/feather_m0_express/board.mk index d4530a478..a147cf82d 100644 --- a/hw/bsp/feather_m0_express/board.mk +++ b/hw/bsp/feather_m0_express/board.mk @@ -25,7 +25,7 @@ INC += \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/include \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hal/include \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hal/utils/include \ - $(TOP)/hw/mcu/microchip/samd/asf4/samd51/hpl/pm/ \ + $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hpl/pm/ \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hpl/port \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hri \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/CMSIS/Include diff --git a/hw/bsp/metro_m0_express/board.mk b/hw/bsp/metro_m0_express/board.mk index 668d9a5b6..4d6dedcf8 100644 --- a/hw/bsp/metro_m0_express/board.mk +++ b/hw/bsp/metro_m0_express/board.mk @@ -25,7 +25,7 @@ INC += \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/include \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hal/include \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hal/utils/include \ - $(TOP)/hw/mcu/microchip/samd/asf4/samd51/hpl/pm/ \ + $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hpl/pm/ \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hpl/port \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/hri \ $(TOP)/hw/mcu/microchip/samd/asf4/samd21/CMSIS/Include |
