We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35ac6e commit c14be8cCopy full SHA for c14be8c
cpu/sam0_common/include/vendor/sam0.h
@@ -82,7 +82,7 @@ extern "C" {
82
#include "vendor/samd21/include/samd21g17a.h"
83
#elif defined(CPU_MODEL_SAMD21G17AU)
84
#include "vendor/samd21/include/samd21g17au.h"
85
-#elif defined(CPU_MODEL_SAMD21G18A) || defined(CPU_MODEL_SAMD21G18A_MKR1000)
+#elif defined(CPU_MODEL_SAMD21G18A)
86
#include "vendor/samd21/include/samd21g18a.h"
87
#elif defined(CPU_MODEL_SAMD21G18AU)
88
#include "vendor/samd21/include/samd21g18au.h"
0 commit comments