MdePkg/SpiConfiguration: Correct the definition spelling

Cc: Abner Chang <abner.chang@amd.com>
Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
Signed-off-by: Brit Chesley <brit.chesley@amd.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
This commit is contained in:
Abner Chang 2024-05-01 17:13:23 +08:00 committed by mergify[bot]
parent 2727231b0a
commit fa7fdb89a3
1 changed files with 2 additions and 2 deletions

View File

@ -173,8 +173,8 @@ typedef struct _EFI_SPI_BUS {
/// Definitions of SPI Part Attributes. /// Definitions of SPI Part Attributes.
/// ///
#define SPI_PART_SUPPORTS_2_BIT_DATA_BUS_WIDTH BIT0 #define SPI_PART_SUPPORTS_2_BIT_DATA_BUS_WIDTH BIT0
#define SPI_PART_SUPPORTS_4_B1T_DATA_BUS_WIDTH BIT1 #define SPI_PART_SUPPORTS_4_BIT_DATA_BUS_WIDTH BIT1
#define SPI_PART_SUPPORTS_8_B1T_DATA_BUS_WIDTH BIT2 #define SPI_PART_SUPPORTS_8_BIT_DATA_BUS_WIDTH BIT2
/// ///
/// The EFI_SPI_PERIPHERAL data structure describes how a specific block of /// The EFI_SPI_PERIPHERAL data structure describes how a specific block of