forked from mirrors/qmk_firmware
007c0c1db4
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
9 lines
195 B
C
9 lines
195 B
C
// Copyright 2020-2022 alin m elena (@alinelena)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef STM32_SPI_USE_SPI2
|
|
#define STM32_SPI_USE_SPI2 FALSE
|