Refactor sensor init

This commit is contained in:
Theo Arends 2020-10-06 12:20:28 +02:00
parent 0c90f71e00
commit f9c75d885a
1 changed files with 0 additions and 1 deletions

View File

@ -924,7 +924,6 @@ bool XsnsCall(uint8_t Function)
if (result && ((FUNC_COMMAND == Function) ||
(FUNC_PIN_STATE == Function) ||
(FUNC_MODULE_INIT == Function) ||
(FUNC_COMMAND_SENSOR == Function)
)) {
break;