diff options
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h index 852e32b..47d8506 100644 --- a/src/parse.h +++ b/src/parse.h @@ -151,7 +151,8 @@ extern AttributeTableEntry attributeTable[]; #define GVI_TARGET 4 #define COOLER_TARGET 5 #define THERMAL_SENSOR_TARGET 6 -#define MAX_TARGET_TYPES 7 +#define NVIDIA_3D_VISION_PRO_TRANSCEIVER_TARGET 7 +#define MAX_TARGET_TYPES 8 |