Browse Source

Increase outputs and inputs to 288.

The biggest Videohub seems to have 288 inputs/outputs.
Georgi Chorbadzhiyski 9 years ago
parent
commit
80d2a3d59e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      data.h

+ 2
- 2
data.h View File

@@ -15,8 +15,8 @@
15 15
 
16 16
 #include <stdbool.h>
17 17
 
18
-#define MAX_INPUTS 72
19
-#define MAX_OUTPUTS 72
18
+#define MAX_INPUTS 288
19
+#define MAX_OUTPUTS 288
20 20
 #define MAX_NAME_LEN 64
21 21
 
22 22
 struct device_desc {

Loading…
Cancel
Save