From 08fb0fc98065836e53888e266c23ed2964624504 Mon Sep 17 00:00:00 2001 From: lei <3224404793@qq.com> Date: Fri, 2 Sep 2022 19:35:05 +0800 Subject: [PATCH] modified: src/W25QXXArduino/w25qxx.cpp --- src/W25QXXArduino/w25qxx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/W25QXXArduino/w25qxx.cpp b/src/W25QXXArduino/w25qxx.cpp index 3036af1..6f94e1b 100644 --- a/src/W25QXXArduino/w25qxx.cpp +++ b/src/W25QXXArduino/w25qxx.cpp @@ -13,7 +13,7 @@ static void delayus(uint32_t nus){ } } /** - * @brief 初始化SPI,ESP32一共用4个SPI,能用的有两个. + * @brief 初始化SPI,ESP32一共用4个SPI,能用的有两个.在h文件中选择esp32还是esp32s3 * */ void SPI1S_Init(void){