Fix typedef in eeconfig.c

This commit is contained in:
Drashna Jael're
2020-01-28 17:41:51 -08:00
committed by Florian Didron
parent e7a2fdc271
commit 678f1a9595

View File

@@ -15,7 +15,7 @@
# include "eeprom_driver.h"
#endif
extern uint32_t default_layer_state;
extern layer_state_t default_layer_state;
/** \brief eeconfig enable
*
* FIXME: needs doc