Disable unused feature

This commit is contained in:
Theo Arends 2018-12-30 14:40:06 +01:00
parent fb4fe0fd55
commit 8fe61f6a11

View File

@ -311,7 +311,8 @@ boolean XsnsCall(byte Function)
} }
#endif // PROFILE_XSNS_SENSOR_EVERY_SECOND #endif // PROFILE_XSNS_SENSOR_EVERY_SECOND
if (result) break; // if (result) break; // This feature is currently not used
#ifdef USE_DEBUG_DRIVER #ifdef USE_DEBUG_DRIVER
} }
#endif #endif