Skip to content

Commit ab13e6f

Browse files
authored
Fix typo in kSysTypeExperienceVIDID8 constant
Fixed typo for VIVID 8 also needs to change in MultiSync.cpp
1 parent 47e8ece commit ab13e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MultiSync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ typedef enum systemType {
103103
kSysTypeExperienceG16Pro = 0xA3,
104104
kSysTypeExperienceG32Pro = 0xA4,
105105
kSysTypeExperienceAURORACORE16 = 0xA5,
106-
kSysTypeExperienceVIDID8 = 0xA6,
106+
kSysTypeExperienceVIVID8 = 0xA6,
107107
kSysTypeExperiencePIXELLINK4 = 0xA7,
108108
kSysTypeExperienceGenius = 0xAF,
109109
kSysTypeOtherSystem = 0xC0,

0 commit comments

Comments
 (0)