mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
10 lines
169 B
C
10 lines
169 B
C
// Copyright 2024 Eason
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef STM32_SPI_USE_SPI2
|
|
#define STM32_SPI_USE_SPI2 TRUE
|