blob: 493b83b87c3f31188dfa06c5bd34eeeb6124ce6f (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2022 fauxpark (@fauxpark)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include_next <mcuconf.h>
#undef STM32_PWM_USE_TIM4
#define STM32_PWM_USE_TIM4 TRUE
|