[PATCH 12/12] pc386/include/edid.h: Fix macro name to use _ not -

Joel Sherrill joel at rtems.org
Thu Mar 15 22:36:01 UTC 2018


Closes #3349.
---
 bsps/i386/pc386/include/edid.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bsps/i386/pc386/include/edid.h b/bsps/i386/pc386/include/edid.h
index 836294d..1653087 100644
--- a/bsps/i386/pc386/include/edid.h
+++ b/bsps/i386/pc386/include/edid.h
@@ -376,8 +376,8 @@ typedef struct {
 /* Digital Video Standard Supported */
 #define DVS_undef               0x0
 #define DVS_DVI                 0x1
-#define DVS_HDMI-a              0x2
-#define DVS_HDMI-b              0x3
+#define DVS_HDMI_a              0x2
+#define DVS_HDMI_b              0x3
 #define DVS_MDDI                0x4
 #define DVS_DiplayPort          0x5
 
-- 
1.8.3.1



More information about the devel mailing list