summaryrefslogtreecommitdiff
path: root/board/phytec/common/phytec_som_detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/phytec/common/phytec_som_detection.h')
-rw-r--r--board/phytec/common/phytec_som_detection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/phytec/common/phytec_som_detection.h b/board/phytec/common/phytec_som_detection.h
index 0ad5c14ef4e..1ccf36c8e7a 100644
--- a/board/phytec/common/phytec_som_detection.h
+++ b/board/phytec/common/phytec_som_detection.h
@@ -10,6 +10,8 @@
#define PHYTEC_MAX_OPTIONS 17
#define PHYTEC_EEPROM_INVAL 0xff
+#define PHYTEC_API2_DATA_LEN 32
+
#define PHYTEC_GET_OPTION(option) \
(((option) > '9') ? (option) - 'A' + 10 : (option) - '0')