Skip to content

Commit 19676fb

Browse files
committed
fix misprint
Signed-off-by: Slice <sergey.slice@gmail.com>
1 parent 7140879 commit 19676fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Include/Acidanthera/Library/OcConfigurationLib.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ OC_DECLARE(OC_PLATFORM_MEMORY_CONFIG)
602602
#define OC_UEFI_UNLOAD_ARRAY_FIELDS(_, __) OC_ARRAY(OC_STRING, _, __)
603603
OC_DECLARE(OC_UEFI_UNLOAD_ARRAY)
604604

605-
///#define OC_PLATFORM_NVRAM_CONFIG_FIELDS(_, __) \
605+
#define OC_PLATFORM_NVRAM_CONFIG_FIELDS(_, __) \
606606
_(OC_STRING, Bid, , OC_STRING_CONSTR("", _, __), OC_DESTR(OC_STRING)) \
607607
_(OC_STRING, Mlb, , OC_STRING_CONSTR("", _, __), OC_DESTR(OC_STRING)) \
608608
_(OC_STRING, SystemSerialNumber, , OC_STRING_CONSTR("", _, __), \
@@ -613,6 +613,7 @@ OC_DECLARE(OC_UEFI_UNLOAD_ARRAY)
613613
_(UINT64, FirmwareFeaturesMask, , 0, ())
614614
OC_DECLARE(OC_PLATFORM_NVRAM_CONFIG)
615615

616+
616617
#define OC_PLATFORM_SMBIOS_CONFIG_FIELDS(_, __) \
617618
_(OC_STRING, BIOSVendor, , OC_STRING_CONSTR("", _, __), OC_DESTR(OC_STRING)) \
618619
_(OC_STRING, BIOSVersion, , OC_STRING_CONSTR("", _, __), \

0 commit comments

Comments
 (0)