Skip to content

Commit

Permalink
Fixed the SPEC_VERSION and SPEC_DAY_OF_YEAR values.
Browse files Browse the repository at this point in the history
  • Loading branch information
amarochk committed Oct 21, 2020
1 parent ddaa358 commit 5201475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TPMCmd/tpm/include/TpmTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ typedef UINT32 TPM_SPEC;
#define TPM_SPEC_FAMILY (TPM_SPEC)(SPEC_FAMILY)
#define SPEC_LEVEL 00
#define TPM_SPEC_LEVEL (TPM_SPEC)(SPEC_LEVEL)
#define SPEC_VERSION 157
#define SPEC_VERSION 159
#define TPM_SPEC_VERSION (TPM_SPEC)(SPEC_VERSION)
#define SPEC_YEAR 2019
#define TPM_SPEC_YEAR (TPM_SPEC)(SPEC_YEAR)
#define SPEC_DAY_OF_YEAR 283
#define SPEC_DAY_OF_YEAR 312
#define TPM_SPEC_DAY_OF_YEAR (TPM_SPEC)(SPEC_DAY_OF_YEAR)

// Table 2:7 - Definition of TPM_GENERATED Constants
Expand Down

0 comments on commit 5201475

Please sign in to comment.