Skip to content

Commit 28880ea

Browse files
committed
csn: fix build with renesas core < 1.3.0
1 parent aebf9b0 commit 28880ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bpid/csn.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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 18
3232
#elif defined(ARDUINO_UNOR4_WIFI)
3333
#include <Arduino_SecureElement.h>
3434
#define CRYPTO_SN_SIZE 6

0 commit comments

Comments
 (0)