diff options
author | Drashna Jael're <drashna@live.com> | 2021-02-23 13:57:26 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-02-23 13:57:26 -0800 |
commit | 146b042514569acac33b616aa278d293af594f49 (patch) | |
tree | f169aef071affe58195f3bc992ceb89e615de633 /layouts/community/split_3x6_3/drashna/mcuconf.h | |
parent | 2abfa624c90df49fe4f0639a54961fd54a1255ac (diff) | |
parent | 0b69e4df818c2515cf4eee3d8b6fd4a07775b887 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/community/split_3x6_3/drashna/mcuconf.h')
-rw-r--r-- | layouts/community/split_3x6_3/drashna/mcuconf.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/layouts/community/split_3x6_3/drashna/mcuconf.h b/layouts/community/split_3x6_3/drashna/mcuconf.h index 429e4e1cdd..649af5d1f4 100644 --- a/layouts/community/split_3x6_3/drashna/mcuconf.h +++ b/layouts/community/split_3x6_3/drashna/mcuconf.h @@ -19,14 +19,18 @@ // #undef STM32_HSE_ENABLED // #define STM32_HSE_ENABLED FALSE -#undef STM32_GPT_USE_TIM15 -#define STM32_GPT_USE_TIM15 FALSE +// #undef STM32_GPT_USE_TIM15 +// #define STM32_GPT_USE_TIM15 FALSE -#undef STM32_PWM_USE_TIM15 -#define STM32_PWM_USE_TIM15 TRUE +#undef STM32_PWM_USE_TIM2 +#define STM32_PWM_USE_TIM2 TRUE +#undef STM32_PWM_USE_TIM3 +#define STM32_PWM_USE_TIM3 FALSE #undef STM32_SERIAL_USE_USART1 #define STM32_SERIAL_USE_USART1 TRUE -#undef STM32_PWM_TIM15_IRQ_PRIORITY -#define STM32_PWM_TIM15_IRQ_PRIORITY 16 +// #undef STM32_PWM_TIM15_IRQ_PRIORITY +// #define STM32_PWM_TIM15_IRQ_PRIORITY 16 +#undef STM32_ST_USE_TIMER +#define STM32_ST_USE_TIMER 3 |