pull/389/head
Jesse Vincent 6 years ago
parent cbc5a21cf2
commit 971b6fa4e7

@ -129,9 +129,9 @@ EventHandlerResult LEDPaletteTheme::onFocusEvent(const char *command) {
}
EventHandlerResult LEDPaletteTheme::themeFocusEvent(const char *command,
const char *expected_command,
uint16_t theme_base,
uint8_t max_themes) {
const char *expected_command,
uint16_t theme_base,
uint8_t max_themes) {
if (::Focus.handleHelp(command, expected_command))
return EventHandlerResult::OK;

Loading…
Cancel
Save