We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29be7a4 commit 8dfb8dcCopy full SHA for 8dfb8dc
src/bpid/csn.h
@@ -29,14 +29,14 @@ namespace arduino { namespace csn {
29
defined(ARDUINO_OPTA) || \
30
defined(ARDUINO_GIGA)
31
#include <Arduino_SecureElement.h>
32
- #define CRYPTO_SN_SIZE 9
+ #define CRYPTO_SN_SIZE 0
33
#elif defined(ARDUINO_PORTENTA_C33) || \
34
defined(ARDUINO_NICLA_VISION)
35
36
- #define CRYPTO_SN_SIZE SE05X_SN_LENGTH
37
#elif defined(ARDUINO_UNOR4_WIFI)
38
39
- #define CRYPTO_SN_SIZE 6
40
#else
41
#include <stdint.h>
42
#include <stddef.h>
0 commit comments