Fix compile error (#8256)

Fix compile error (#8256)
This commit is contained in:
Theo Arends 2020-04-22 17:48:42 +02:00
parent 1af24ddcf5
commit 717f3b9d47
1 changed files with 2 additions and 0 deletions

View File

@ -353,9 +353,11 @@ void SendReceiveDeviceGroupPacket(struct device_group * device_group, struct dev
} }
} }
break; break;
#ifdef USE_RULES
case DGR_ITEM_EVENT: case DGR_ITEM_EVENT:
CmndEvent(); CmndEvent();
break; break;
#endif
case DGR_ITEM_COMMAND: case DGR_ITEM_COMMAND:
ExecuteCommand(XdrvMailbox.data, SRC_REMOTE); ExecuteCommand(XdrvMailbox.data, SRC_REMOTE);
break; break;