mirror of
https://github.com/apache/nuttx.git
synced 2025-12-17 10:16:49 +08:00
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
This commit is contained in:
@@ -81,7 +81,7 @@ int open_blockdriver(FAR const char *pathname, int mountflags,
|
||||
|
||||
/* Minimal sanity checks */
|
||||
|
||||
#ifdef CONFIG_DEBUG
|
||||
#ifdef CONFIG_DEBUG_FEATURES
|
||||
if (!ppinode)
|
||||
{
|
||||
ret = -EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user