blob: 4ea061c7bf3674f93cf1f3b61884f519fc05cef8 (
plain)
1
2
3
4
5
6
7
|
// Copyright 2023 Daniel Reibl (@riblee)
// SPDX-License-Identifier: GPL-2.0-or-later
#include_next <mcuconf.h>
#undef STM32_SERIAL_USE_USART1
#define STM32_SERIAL_USE_USART1 TRUE
|