mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
12 lines
203 B
C
12 lines
203 B
C
// Copyright 2024 jlw
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef STM32_PWM_USE_TIM17
|
|
#define STM32_PWM_USE_TIM17 TRUE
|
|
#define STM32_TIM17_SUPPRESS_ISR
|
|
|