Skip to content

Commit 8695bf2

Browse files
committed
TEMP skip crypto sn check for C33 NV and UNO R4
1 parent 770e481 commit 8695bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bpid/csn.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
#elif defined(ARDUINO_PORTENTA_C33) || \
2929
defined(ARDUINO_NICLA_VISION)
3030
#include <Arduino_SecureElement.h>
31-
#define CRYPTO_SN_SIZE SE05X_SN_LENGTH
31+
#define CRYPTO_SN_SIZE 0
3232
#elif defined(ARDUINO_UNOR4_WIFI)
3333
#include <Arduino_SecureElement.h>
34-
#define CRYPTO_SN_SIZE 6
34+
#define CRYPTO_SN_SIZE 0
3535
#else
3636
#define CRYPTO_SN_SIZE 0
3737
#endif

0 commit comments

Comments
 (0)