File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 10
10
11
11
#pragma once
12
12
13
-
13
+ # include < Arduino.h >
14
14
15
15
namespace arduino { namespace csn {
16
16
/*
@@ -38,8 +38,6 @@ namespace arduino { namespace csn {
38
38
#include < Arduino_SecureElement.h>
39
39
#define CRYPTO_SN_SIZE 0
40
40
#else
41
- #include < stdint.h>
42
- #include < stddef.h>
43
41
#define CRYPTO_SN_SIZE 0
44
42
#endif
45
43
Original file line number Diff line number Diff line change 10
10
11
11
#pragma once
12
12
13
+ #include < Arduino.h>
14
+
13
15
#if defined(ARDUINO_NANO_RP2040_CONNECT) || \
14
16
defined (ARDUINO_SAMD_MKRWIFI1010) || \
15
17
defined(ARDUINO_SAMD_NANO_33_IOT) || \
28
30
#include < Ethernet.h>
29
31
#define IFACE_MAC_ADDR_LENGTH 6
30
32
#else
31
- #include < stdint.h>
32
- #include < stddef.h>
33
33
#define IFACE_MAC_ADDR_LENGTH 0
34
34
#endif
35
35
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ namespace arduino { namespace ucid {
34
34
}
35
35
#define UC_UID_SIZE FLASH_UNIQUE_ID_SIZE_BYTES
36
36
#else
37
- #include < stdint.h>
38
- #include < stddef.h>
39
37
#define UC_UID_SIZE 0
40
38
#endif
41
39
You can’t perform that action at this time.
0 commit comments