diff --git a/keyboards/mariorion_v25/mcuconf.h b/keyboards/mariorion_v25/mcuconf.h index e23cdeb88ed..18f87b42eac 100644 --- a/keyboards/mariorion_v25/mcuconf.h +++ b/keyboards/mariorion_v25/mcuconf.h @@ -1,6 +1,6 @@ #pragma once -#define STM32_PWM_USE_TIM17 TRUE -#define STM32_TIM17_SUPPRESS_ISR +#include_next -#include_next "mcuconf.h" \ No newline at end of file +#define STM32_PWM_USE_TIM17 TRUE +#define STM32_TIM17_SUPPRESS_ISR \ No newline at end of file