MSIOBox: fix typo

This commit is contained in:
Andrey Gusakov 2024-04-30 16:42:01 +03:00
parent b6ac22e7d0
commit 5660ba40f8
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ int MsIoBox::readPad(size_t pin) {
pin -= MSIOBOX_OUTPUTS;
if (OutMode & BIT(pin)) {
if (InMode & BIT(pin)) {
/* pin is configured for VSS */
return -1;
}