Skip to content

Commit

Permalink
NF_OBJECT_COUNT now parameterized by WOLFHSM_NUM_NVMOBJECTS
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrett committed Apr 10, 2024
1 parent f4724a7 commit 98643fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfhsm/wh_nvm_flash.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "wolfhsm/wh_flash_unit.h"

/* Number of objects in a directory */
#define NF_OBJECT_COUNT 32
#define NF_OBJECT_COUNT (WOLFHSM_NUM_NVMOBJECTS)

/* In-memory computed status of an Object or Directory */
typedef enum {
Expand Down

0 comments on commit 98643fa

Please sign in to comment.