board/io3.c: Use IO-4 GPIO output count

Supposedly the IO-4's JVS interface presents the exact same
capabilities as the IO-3 except that it purports to have a massive
number of GPIO outputs (20 ports, each port having 8 bits). So
we'll just make our emulated IO-3 look like an IO-4 then.
This commit is contained in:
Tau 2019-03-08 10:05:56 -05:00
parent 5eef0455a2
commit 463d55cddc
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ static uint8_t io3_features[] = {
Param2 : 0 : N/A
Param3 : 0 : N/A */
0x12, 3, 0, 0,
0x12, 20, 0, 0,
/* Feature : 0x00 : End of capabilities */