Fix errors in PR

# Conflicts:
#	source/blood/src/osdcmd.cpp
#	source/blood/src/view.cpp
#	source/build/src/mutex.cpp
This commit is contained in:
Evan Ramos 2020-01-12 15:00:32 -06:00 committed by Christoph Oelckers
parent 2b36e53706
commit 3e3477c414

View file

@ -353,8 +353,6 @@ char evGetSourceState(int nType, int nIndex)
void evSend(int nIndex, int nType, int rxId, COMMAND_ID command) void evSend(int nIndex, int nType, int rxId, COMMAND_ID command)
{ {
switch (command) { switch (command) {
case kCmdState: case kCmdState:
command = evGetSourceState(nType, nIndex) ? kCmdOn : kCmdOff; command = evGetSourceState(nType, nIndex) ? kCmdOn : kCmdOff;