blob: bdf256bc1a12e766d6624db59bc2b3862eb65cf6 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2023 wind (@yelishang)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include_next <mcuconf.h>
#undef WB32_SPI_USE_QSPI
#define WB32_SPI_USE_QSPI TRUE
|