diff options
Diffstat (limited to 'tmk_core/common/chibios/eeprom_stm32.h')
-rw-r--r-- | tmk_core/common/chibios/eeprom_stm32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/chibios/eeprom_stm32.h b/tmk_core/common/chibios/eeprom_stm32.h index ea0ce06400..373325cd2f 100644 --- a/tmk_core/common/chibios/eeprom_stm32.h +++ b/tmk_core/common/chibios/eeprom_stm32.h @@ -24,8 +24,8 @@ #ifndef __EEPROM_H #define __EEPROM_H -#include "ch.h" -#include "hal.h" +#include <ch.h> +#include <hal.h> #include "flash_stm32.h" // HACK ALERT. This definition may not match your processor |