Fix undefined eeprom warnings in unicode processing
This commit is contained in:
parent
f39e9928eb
commit
a4ef86034c
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
#include "process_unicode.h"
|
||||
#include "action_util.h"
|
||||
#include "eeprom.h"
|
||||
|
||||
static uint8_t first_flag = 0;
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "process_unicode_common.h"
|
||||
#include "eeprom.h"
|
||||
|
||||
static uint8_t input_mode;
|
||||
uint8_t mods;
|
||||
|
|
Loading…
Reference in a new issue