looks like a typo?

This commit is contained in:
rusefillc 2022-03-12 15:40:13 -05:00
parent ae45a614a1
commit 80b0e25f40
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ int detectHellenBoardId() {
int elapsed_Ms = US2MS(NT2US(endNt - beginNt));
boardId = HELLEN_GET_BOARD_ID(rIdx[0], rIdx[1]);
efiPrintf("* RESULT: BordId = %d, R1 = %.0f, R2 = %.0f (Elapsed time: %d ms)", boardId, R[0], R[1], elapsed_Ms);
efiPrintf("* RESULT: BoardId = %d, R1 = %.0f, R2 = %.0f (Elapsed time: %d ms)", boardId, R[0], R[1], elapsed_Ms);
#endif /* EFI_PROD_CODE */
return boardId;
}