mit2: fix TTL IO directions

master
Sebastien Bourdeauducq 2020-01-31 15:42:25 +08:00
parent 75eb680f47
commit d528f20d5e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"type": "dio",
"ports": [6],
"bank_direction_low": "input",
"bank_direction_high": "output"
"bank_direction_high": "input"
}
]
}