Skip to content

Commit

Permalink
Merge pull request microsoft#43 from vbendeb/simulation-mode-fix
Browse files Browse the repository at this point in the history
fix compilation when SIMULATION is set to NO
  • Loading branch information
RonaldAi authored Oct 6, 2021
2 parents f16879b + 23fc695 commit e3c585d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TPMCmd/Simulator/src/TPMCmdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ _rpc__ForceFailureMode(
void
)
{
#if SIMULATION
SetForceFailureMode();
#endif
return;
}

Expand Down

0 comments on commit e3c585d

Please sign in to comment.