mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-27 12:20:54 +00:00
In apps/examples/mtdpart/mtdpart_main.c where CONFIG_EXAMPLES_MTDPART_NPARTITIONS defining is checked should be #ifndef instead of #ifdef. Noted by Oleg Evseev
This commit is contained in:
parent
de909c5c48
commit
b2210c3a25
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_EXAMPLES_MTDPART_NPARTITIONS
|
||||
#ifndef CONFIG_EXAMPLES_MTDPART_NPARTITIONS
|
||||
# define CONFIG_EXAMPLES_MTDPART_NPARTITIONS 3
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue