Skip to content

Commit b7ab2bb

Browse files
committed
fix flash id
1 parent e836a4c commit b7ab2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fw/application/src/hal/hal_spi_flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define MTC_W25Q32_BV (0x4016) /* W25Q32BV */
3939
#define MTC_W25Q32_DW (0x6016) /* W25Q32DW */
4040
#define MTC_W25Q64_BV_CV (0x4017) /* W25Q64BV W25Q64CV */
41-
#define MTC_W25Q64_DW (0x4017) /* W25Q64DW */
41+
#define MTC_W25Q64_DW (0x6017) /* W25Q64DW */
4242
#define MTC_W25Q128_BV (0x4018) /* W25Q128BV */
4343
#define MTC_W25Q256_FV (TBD) /* W25Q256FV */
4444
#define MTC_MX25L25645_GM2I (0x2019) /* MX25L25645GM2I-10G */

0 commit comments

Comments
 (0)