From 0d62a789aec256321904794214bb5fb8e98ee2d3 Mon Sep 17 00:00:00 2001 From: Wenxing Hou Date: Thu, 22 Feb 2024 14:42:35 +0800 Subject: [PATCH] MdePkg: Updaet spdm.h variable name to pass ECC check Signed-off-by: Wenxing Hou --- MdePkg/Include/IndustryStandard/Spdm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/Spdm.h b/MdePkg/Include/IndustryStandard/Spdm.h index 690f8bbc971..9740c8148b1 100644 --- a/MdePkg/Include/IndustryStandard/Spdm.h +++ b/MdePkg/Include/IndustryStandard/Spdm.h @@ -792,7 +792,7 @@ typedef struct { UINT8 RDTExponent; UINT8 RequestCode; UINT8 Token; - UINT8 RDTM; + UINT8 Rdtm; } SPDM_ERROR_DATA_RESPONSE_NOT_READY; typedef struct {