process_unicode: Fix set_unicode_input_mode()

In the header, this was defined as `set_unicode_input_mode`, but the
implementation had `set_unicode_mode` for a name. Changed the
implementation to match the header.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
This commit is contained in:
Gergely Nagy 2016-08-13 10:33:47 +02:00
parent 098951905d
commit 8bdf745909
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ uint16_t hex_to_keycode(uint8_t hex)
}
}
void set_unicode_mode(uint8_t os_target)
void set_unicode_input_mode(uint8_t os_target)
{
input_mode = os_target;
}