misplaced #endif fixed

This commit is contained in:
Gabor Simon 2019-01-29 06:58:52 +00:00
parent f833dd07ad
commit a770f54e90
1 changed files with 1 additions and 1 deletions

View File

@ -369,8 +369,8 @@ boolean Xdrv20(byte function)
snprintf_P(log_data, sizeof(log_data),
PSTR(D_LOG_SM16716 "Entry; function=FUNC_COMMAND"));
AddLog(LOG_LEVEL_DEBUG);
return SM16716_Command();
#endif
return SM16716_Command();
//case FUNC_SET_POWER:
case FUNC_SET_DEVICE_POWER: