summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-03-15 17:20:23 -0500
committerJoel Sherrill <joel@rtems.org>2018-03-16 08:38:25 -0500
commitbe3d7d75c6929b7be6448bcc4e849ae7be671339 (patch)
tree3ceb0bb15da3602665d47f32ee310e48709af170
parentbeatnik/include/bsp.h: Add spaces around "." (diff)
downloadrtems-be3d7d75c6929b7be6448bcc4e849ae7be671339.tar.bz2
pc386/include/edid.h: Fix macro name to use _ not -
Closes #3349.
-rw-r--r--bsps/i386/pc386/include/edid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/i386/pc386/include/edid.h b/bsps/i386/pc386/include/edid.h
index 836294dcad..1653087e7e 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