From 070248bb04a73fd7263b15856c63a9eed0fa748e Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 15 Oct 2018 09:23:58 +0800 Subject: [PATCH] Update spi_flash_w25qxx.c --- components/drivers/spi/spi_flash_w25qxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/spi/spi_flash_w25qxx.c b/components/drivers/spi/spi_flash_w25qxx.c index 2773539fb..bba9c0b5c 100644 --- a/components/drivers/spi/spi_flash_w25qxx.c +++ b/components/drivers/spi/spi_flash_w25qxx.c @@ -27,7 +27,7 @@ #define PAGE_SIZE 4096 -/* JEDEC Manufacturer锟斤拷s ID */ +/* JEDEC Manufacturer ID */ #define MF_ID (0xEF) /* JEDEC Device ID: Memory type and Capacity */ -- GitLab