13
0

fix compiler warning

This commit is contained in:
Paul Davis 2016-02-02 18:30:28 -05:00
parent 8df1baa659
commit fea89a7f9b

View File

@ -746,7 +746,10 @@ MackieControlProtocol::flip_press (Button &)
}
return ((_flip_mode != Normal) ? on : off);
}
return none;
}
LedState
MackieControlProtocol::flip_release (Button &)
{