mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 00:52:11 +08:00
Fix typo in configuration variables: MP25P should M25P
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@
|
||||
* support, then define MTD_SUBSECTOR_ERASE.
|
||||
*/
|
||||
|
||||
#if defined(CONFIG_MP25P_SUBSECTOR_ERASE)
|
||||
#if defined(CONFIG_M25P_SUBSECTOR_ERASE)
|
||||
# define CONFIG_MTD_SUBSECTOR_ERASE 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user