
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
11 lines
239 B
C
11 lines
239 B
C
/* Copyright 2025 oxnh */
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef STM32_SERIAL_USE_USART3
|
|
#define STM32_SERIAL_USE_USART3 TRUE
|
|
|
|
#undef STM32_PLLMUL_VALUE
|
|
#define STM32_PLLMUL_VALUE 6
|