git-subtree-dir: qmk/qmk_firmware git-subtree-split: b7468f47857ad20a031906ccbd654541222a0d26
8 lines
182 B
C
8 lines
182 B
C
// 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
|