mcuconf.h (245B)
1 // Copyright 2023 jonylee@hfd (@jonylee1986) 2 // SPDX-License-Identifier: GPL-2.0-or-later 3 4 #pragma once 5 6 #include_next <mcuconf.h> 7 8 #undef WB32_SPI_USE_QSPI 9 #define WB32_SPI_USE_QSPI TRUE 10 11 #undef WB32_I2C_USE_I2C1 12 #define WB32_I2C_USE_I2C1 TRUE