diff options
Diffstat (limited to 'tmk_core/protocol/chibios/main.c')
| -rw-r--r-- | tmk_core/protocol/chibios/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c index dcc6d9d07..6cceccd23 100644 --- a/tmk_core/protocol/chibios/main.c +++ b/tmk_core/protocol/chibios/main.c | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | #ifdef MIDI_ENABLE | 44 | #ifdef MIDI_ENABLE |
| 45 | #include "qmk_midi.h" | 45 | #include "qmk_midi.h" |
| 46 | #endif | 46 | #endif |
| 47 | #ifdef STM32F303xC | 47 | #ifdef STM32_EEPROM_ENABLE |
| 48 | #include "eeprom_stm32.h" | 48 | #include "eeprom_stm32.h" |
| 49 | #endif | 49 | #endif |
| 50 | #include "suspend.h" | 50 | #include "suspend.h" |
| @@ -112,7 +112,7 @@ int main(void) { | |||
| 112 | halInit(); | 112 | halInit(); |
| 113 | chSysInit(); | 113 | chSysInit(); |
| 114 | 114 | ||
| 115 | #ifdef STM32F303xC | 115 | #ifdef STM32_EEPROM_ENABLE |
| 116 | EEPROM_init(); | 116 | EEPROM_init(); |
| 117 | #endif | 117 | #endif |
| 118 | 118 | ||
