#3349 closed defect (fixed)

pc386 edid.h invalid macro names

Reported by: Joel Sherrill Owned by: Joel Sherrill
Priority: normal Milestone: 5.1
Component: arch/i386 Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Minus sign not underbar in macro name.

-#define DVS_HDMI-a 0x2
-#define DVS_HDMI-b 0x3
+#define DVS_HDMI_a 0x2
+#define DVS_HDMI_b 0x3

Change History (1)

comment:1 Changed on 03/16/18 at 13:38:44 by Joel Sherrill <joel@…>

Resolution: fixed
Status: assignedclosed

In be3d7d7/rtems:

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

Closes #3349.

Note: See TracTickets for help on using tickets.