We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6635f commit 98ea7f1Copy full SHA for 98ea7f1
src/bpid/mac.h
@@ -28,6 +28,8 @@
28
#include <Ethernet.h>
29
#define IFACE_MAC_ADDR_LENGTH 6
30
#else
31
+ #include <stdint.h>
32
+ #include <stddef.h>
33
#define IFACE_MAC_ADDR_LENGTH 0
34
#endif
35
src/bpid/ucid.h
@@ -34,6 +34,8 @@ namespace arduino { namespace ucid {
}
#define UC_UID_SIZE FLASH_UNIQUE_ID_SIZE_BYTES
36
37
38
39
#define UC_UID_SIZE 0
40
41
0 commit comments