From 5341d49e3ac3dc9130f2d40aa206776150b726c4 Mon Sep 17 00:00:00 2001 From: lei <3224404793@qq.com> Date: Wed, 31 Aug 2022 17:23:04 +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 e4163bc..9ecb5a6 100644 --- a/src/W25QXXArduino/w25qxx.cpp +++ b/src/W25QXXArduino/w25qxx.cpp @@ -254,7 +254,7 @@ void W25QXX_Read(uint8_t* pBuffer,uint32_t ReadAddr,uint16_t NumByteToRead) W25QXX_CS1; } /** - * @brief 在一页(对于w25q128共有65535页,每一页是256字节,一共16M字节)内写入少于256个字节的数据,在指定地址开始写入最大256字节的数据 + * @brief 在一页(对于w25q128共有65536页,每一页是256字节,一共16M字节)内写入少于256个字节的数据,在指定地址开始写入最大256字节的数据 * * @param pBuffer 数据存储区 * @param WriteAddr 开始写入的地址(24bit)