Skip to content

Commit

Permalink
libcaliptra fix in ready_for_firmware (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
nquarton authored Dec 20, 2023
1 parent 993d0e0 commit 6650035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcaliptra/src/caliptra_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ uint32_t caliptra_read_fw_fatal_error()
bool caliptra_ready_for_firmware(void)
{
uint32_t status;
bool ready;
bool ready = false;

do
{
Expand Down

0 comments on commit 6650035

Please sign in to comment.