Skip to content

Commit 490073b

Browse files
committed
squashme fix include
1 parent 8dfb8dc commit 490073b

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

src/bpid/csn.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#pragma once
1212

13-
13+
#include <Arduino.h>
1414

1515
namespace arduino { namespace csn {
1616
/*
@@ -38,8 +38,6 @@ namespace arduino { namespace csn {
3838
#include <Arduino_SecureElement.h>
3939
#define CRYPTO_SN_SIZE 0
4040
#else
41-
#include <stdint.h>
42-
#include <stddef.h>
4341
#define CRYPTO_SN_SIZE 0
4442
#endif
4543

src/bpid/mac.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
#pragma once
1212

13+
#include <Arduino.h>
14+
1315
#if defined(ARDUINO_NANO_RP2040_CONNECT) || \
1416
defined(ARDUINO_SAMD_MKRWIFI1010) || \
1517
defined(ARDUINO_SAMD_NANO_33_IOT) || \
@@ -28,8 +30,6 @@
2830
#include <Ethernet.h>
2931
#define IFACE_MAC_ADDR_LENGTH 6
3032
#else
31-
#include <stdint.h>
32-
#include <stddef.h>
3333
#define IFACE_MAC_ADDR_LENGTH 0
3434
#endif
3535

src/bpid/ucid.h

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ namespace arduino { namespace ucid {
3434
}
3535
#define UC_UID_SIZE FLASH_UNIQUE_ID_SIZE_BYTES
3636
#else
37-
#include <stdint.h>
38-
#include <stddef.h>
3937
#define UC_UID_SIZE 0
4038
#endif
4139

0 commit comments

Comments
 (0)