blob: ca0e017ebdf9403add5265e760e746f962cd5d69 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Copyright 2023 JoyLee (@itarze)
// 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
|