Skip to content

Commit 27d50c2

Browse files
committed
Fix crypto sn length
1 parent 97d7a22 commit 27d50c2

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
@@ -24,7 +24,7 @@ namespace arduino { namespace csn {
2424
defined(ARDUINO_PORTENTA_H7_M7) || \
2525
defined(ARDUINO_OPTA) || \
2626
defined(ARDUINO_GIGA)
27-
constexpr int CRYPTO_SN_SIZE = 12;
27+
constexpr int CRYPTO_SN_SIZE = 9;
2828
#elif defined(ARDUINO_PORTENTA_C33) || \
2929
defined(ARDUINO_NICLA_VISION)
3030
constexpr int CRYPTO_SN_SIZE = SE05X_SN_LENGTH;

0 commit comments

Comments
 (0)