Skip to content

Commit c14be8c

Browse files
committed
fixup! cpu/sam0_common: add support for MCU used in Arduino MKR1000 board
1 parent f35ac6e commit c14be8c

File tree

1 file changed

+1
-1
lines changed
  • cpu/sam0_common/include/vendor

1 file changed

+1
-1
lines changed

cpu/sam0_common/include/vendor/sam0.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extern "C" {
8282
#include "vendor/samd21/include/samd21g17a.h"
8383
#elif defined(CPU_MODEL_SAMD21G17AU)
8484
#include "vendor/samd21/include/samd21g17au.h"
85-
#elif defined(CPU_MODEL_SAMD21G18A) || defined(CPU_MODEL_SAMD21G18A_MKR1000)
85+
#elif defined(CPU_MODEL_SAMD21G18A)
8686
#include "vendor/samd21/include/samd21g18a.h"
8787
#elif defined(CPU_MODEL_SAMD21G18AU)
8888
#include "vendor/samd21/include/samd21g18au.h"

0 commit comments

Comments
 (0)