mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
Typos withim mtd/ with Macronix MX25L. In NuttX/drivers/mtd/Make.defs letters X between M and 25 are missing. Noted by Oleg Evseev.
This commit is contained in:
@@ -108,8 +108,8 @@ ifeq ($(CONFIG_MTD_M25P),y)
|
||||
CSRCS += m25px.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_MTD_M25L),y)
|
||||
CSRCS += m25lx.c
|
||||
ifeq ($(CONFIG_MTD_MX25L),y)
|
||||
CSRCS += mx25lx.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_MTD_S25FL1),y)
|
||||
|
||||
Reference in New Issue
Block a user