Fix compile (#20329)

This commit is contained in:
Jason2866 2023-12-28 13:48:27 +01:00 committed by GitHub
parent 21c7edcb50
commit 21de682f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,10 +231,10 @@ bool Xdrv47(uint32_t function) {
case FUNC_JSON_APPEND:
ftc532_show();
break;
}
case FUNC_ACTIVE:
result = true;
break;
}
}
// Return bool result
return result;