Fix undefined eeprom warnings in unicode processing

This commit is contained in:
Fred Sundvik 2017-04-09 20:08:46 +03:00
parent f39e9928eb
commit a4ef86034c
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
*/
#include "process_unicode.h"
#include "action_util.h"
#include "eeprom.h"
static uint8_t first_flag = 0;

View File

@ -15,6 +15,7 @@
*/
#include "process_unicode_common.h"
#include "eeprom.h"
static uint8_t input_mode;
uint8_t mods;