Plane: fixed a build warning
This commit is contained in:
parent
feca411943
commit
dc2b11704f
@ -115,11 +115,11 @@ static void update_events(void)
|
||||
}
|
||||
break;
|
||||
|
||||
#if CONFIG_RELAY == ENABLED
|
||||
case EVENT_TYPE_RELAY:
|
||||
#if CONFIG_RELAY == ENABLED
|
||||
relay.toggle();
|
||||
break;
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
if (event_state.repeat > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user