Skip to content

Commit 8dfb8dc

Browse files
committed
TEMP allow build skipping crypto SN
1 parent 29be7a4 commit 8dfb8dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bpid/csn.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ namespace arduino { namespace csn {
2929
defined(ARDUINO_OPTA) || \
3030
defined(ARDUINO_GIGA)
3131
#include <Arduino_SecureElement.h>
32-
#define CRYPTO_SN_SIZE 9
32+
#define CRYPTO_SN_SIZE 0
3333
#elif defined(ARDUINO_PORTENTA_C33) || \
3434
defined(ARDUINO_NICLA_VISION)
3535
#include <Arduino_SecureElement.h>
36-
#define CRYPTO_SN_SIZE SE05X_SN_LENGTH
36+
#define CRYPTO_SN_SIZE 0
3737
#elif defined(ARDUINO_UNOR4_WIFI)
3838
#include <Arduino_SecureElement.h>
39-
#define CRYPTO_SN_SIZE 6
39+
#define CRYPTO_SN_SIZE 0
4040
#else
4141
#include <stdint.h>
4242
#include <stddef.h>

0 commit comments

Comments
 (0)