1
0

Merge pull request #292 from obones/command_warning

Fix warning in command.c
This commit is contained in:
tmk 2016-01-15 16:07:14 +09:00
commit b9edbb32e9

View File

@ -178,7 +178,9 @@ static void print_eeconfig(void)
static bool command_common(uint8_t code)
{
#ifdef KEYBOARD_LOCK_ENABLE
static host_driver_t *host_driver = 0;
#endif
switch (code) {
#ifdef SLEEP_LED_ENABLE
case KC_Z: