File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
#ifndef SECURE_ELEMENT_CONFIG_H_
12
12
#define SECURE_ELEMENT_CONFIG_H_
13
13
14
- #if defined(ARDUINO_AVR_UNO_WIFI_REV2 ) || \
15
- defined(ARDUINO_SAMD_MKRWIFI1010 ) || defined(ARDUINO_SAMD_NANO_33_IOT ) || \
16
- defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKR1000 ) || \
17
- defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_PORTENTA_H7_M7 ) || \
18
- defined(ARDUINO_NANO_RP2040_CONNECT ) || defined(ARDUINO_OPTA ) || \
14
+ #if defined(ARDUINO_AVR_UNO_WIFI_REV2 ) || \
15
+ defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) || \
16
+ defined(ARDUINO_SAMD_MKRWIFI1010 ) || defined(ARDUINO_SAMD_NANO_33_IOT ) || \
17
+ defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKR1000 ) || \
18
+ defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_PORTENTA_H7_M7 ) || \
19
+ defined(ARDUINO_NANO_RP2040_CONNECT ) || defined(ARDUINO_OPTA ) || \
19
20
defined(ARDUINO_GIGA )
20
21
#define SECURE_ELEMENT_IS_ECCX08
21
22
#endif
You can’t perform that action at this time.
0 commit comments