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

Joel Sherrill joel at rtems.org
Fri Mar 16 13:38:37 UTC 2018


Module:    rtems
Branch:    master
Commit:    be3d7d75c6929b7be6448bcc4e849ae7be671339
Changeset: http://git.rtems.org/rtems/commit/?id=be3d7d75c6929b7be6448bcc4e849ae7be671339

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Mar 15 17:20:23 2018 -0500

pc386/include/edid.h: Fix macro name to use _ not -

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
 



More information about the vc mailing list