mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
9 lines
196 B
C
9 lines
196 B
C
|
// Copyright 2021 azhizhinov (@azhizhinov)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-late
|
||
|
#pragma once
|
||
|
|
||
|
#include_next <mcuconf.h>
|
||
|
|
||
|
#undef STM32_SERIAL_USE_USART1
|
||
|
#define STM32_SERIAL_USE_USART1 TRUE
|