diff options
Diffstat (limited to 'tmk_core/protocol/chibios')
| -rw-r--r-- | tmk_core/protocol/chibios/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c index ee9571c95..5436d4909 100644 --- a/tmk_core/protocol/chibios/main.c +++ b/tmk_core/protocol/chibios/main.c | |||
| @@ -113,7 +113,7 @@ int main(void) { | |||
| 113 | chSysInit(); | 113 | chSysInit(); |
| 114 | 114 | ||
| 115 | #ifdef STM32_EEPROM_ENABLE | 115 | #ifdef STM32_EEPROM_ENABLE |
| 116 | EEPROM_init(); | 116 | EEPROM_Init(); |
| 117 | #endif | 117 | #endif |
| 118 | 118 | ||
| 119 | // TESTING | 119 | // TESTING |
