MSIOBox: fix typo

This commit is contained in:
Andrey Gusakov 2024-04-30 16:42:01 +03:00 committed by rusefillc
parent ec50d034bc
commit 3544a8f25d
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;
}