We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d0ac8 commit 36edf89Copy full SHA for 36edf89
libs/hsm/hsm.h
@@ -166,7 +166,9 @@ struct am_hsm_state {
166
AM_GET_MACRO_2_(__VA_ARGS__, AM_STATE2_, AM_STATE1_, _)(__VA_ARGS__)
167
168
/** HSM hierarchy maximum depth */
169
+#ifndef HSM_HIERARCHY_DEPTH_MAX
170
#define HSM_HIERARCHY_DEPTH_MAX 16
171
+#endif
172
173
/** HSM hierarchy level representation bits number */
174
#define AM_HSM_HIERARCHY_LEVEL_BITS 5
0 commit comments