Fix undefined eeprom warnings in unicode processing

pull/1224/head
Fred Sundvik 7 years ago
parent f39e9928eb
commit a4ef86034c

@ -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…
Cancel
Save