|
21 | 21 | #define _SAML_INCLUDED_ |
22 | 22 |
|
23 | 23 | #if defined(__SAML21E18A__) || defined(__ATSAML21E18A__) |
24 | | - #include "saml21a1/saml21e18a.h" |
| 24 | + #include "saml21a1/include/saml21e18a.h" |
25 | 25 | #elif defined(__SAML21G18A__) || defined(__ATSAML21G18A__) |
26 | | - #include "saml21a1/saml21g18a.h" |
| 26 | + #include "saml21a1/include/saml21g18a.h" |
27 | 27 | #elif defined(__SAML21J18A__) || defined(__ATSAML21J18A__) |
28 | | - #include "saml21a1/saml21j18a.h" |
| 28 | + #include "saml21a1/include/saml21j18a.h" |
29 | 29 |
|
30 | 30 | #elif defined(__SAML21E15B__) || defined(__ATSAML21E15B__) |
31 | | - #include "saml21b/saml21e15b.h" |
| 31 | + #include "saml21b/include/saml21e15b.h" |
32 | 32 | #elif defined(__SAML21E16B__) || defined(__ATSAML21E16B__) |
33 | | - #include "saml21b/saml21e16b.h" |
| 33 | + #include "saml21b/include/saml21e16b.h" |
34 | 34 | #elif defined(__SAML21E17B__) || defined(__ATSAML21E17B__) |
35 | | - #include "saml21b/saml21e17b.h" |
| 35 | + #include "saml21b/include/saml21e17b.h" |
36 | 36 | #elif defined(__SAML21E18B__) || defined(__ATSAML21E18B__) |
37 | | - #include "saml21b/saml21e18b.h" |
| 37 | + #include "saml21b/include/saml21e18b.h" |
38 | 38 | #elif defined(__SAML21G16B__) || defined(__ATSAML21G16B__) |
39 | | - #include "saml21b/saml21g16b.h" |
| 39 | + #include "saml21b/include/saml21g16b.h" |
40 | 40 | #elif defined(__SAML21G17B__) || defined(__ATSAML21G17B__) |
41 | | - #include "saml21b/saml21g17b.h" |
| 41 | + #include "saml21b/include/saml21g17b.h" |
42 | 42 | #elif defined(__SAML21G18B__) || defined(__ATSAML21G18B__) |
43 | | - #include "saml21b/saml21g18b.h" |
| 43 | + #include "saml21b/include/saml21g18b.h" |
44 | 44 | #elif defined(__SAML21J16B__) || defined(__ATSAML21J16B__) |
45 | | - #include "saml21b/saml21j16b.h" |
| 45 | + #include "saml21b/include/saml21j16b.h" |
46 | 46 | #elif defined(__SAML21J17B__) || defined(__ATSAML21J17B__) |
47 | | - #include "saml21b/saml21j17b.h" |
| 47 | + #include "saml21b/include/saml21j17b.h" |
48 | 48 | #elif defined(__SAML21J18B__) || defined(__ATSAML21J18B__) |
49 | | - #include "saml21b/saml21j18b.h" |
| 49 | + #include "saml21b/include/saml21j18b.h" |
50 | 50 | #elif defined(__SAML21J18BU__) || defined(__ATSAML21J18BU__) |
51 | | - #include "saml21b/saml21j18bu.h" |
| 51 | + #include "saml21b/include/saml21j18bu.h" |
52 | 52 | #else |
53 | 53 | #error Device not supported |
54 | 54 | #endif |
|
0 commit comments