diff options
Diffstat (limited to 'MdePkg/Include/Library/SmbusLib.h')
-rw-r--r-- | MdePkg/Include/Library/SmbusLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/SmbusLib.h b/MdePkg/Include/Library/SmbusLib.h index c74e40acd0..c59f0bb4cf 100644 --- a/MdePkg/Include/Library/SmbusLib.h +++ b/MdePkg/Include/Library/SmbusLib.h @@ -15,9 +15,9 @@ #ifndef __SMBUS_LIB__
#define __SMBUS_LIB__
-//
-// PEC BIT is bit 22 in SMBUS address
-//
+///
+/// PEC BIT is bit 22 in SMBUS address
+///
#define SMBUS_LIB_PEC_BIT (1 << 22)
/**
|