mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
sim: hostfs: Stop assuming CONFIG_NAME_MAX=32
This commit is contained in:
committed by
patacongo
parent
f89ccf873e
commit
27aa16111c
@@ -91,7 +91,7 @@
|
||||
|
||||
/* Should match definition in include/limits.h */
|
||||
|
||||
#define NUTTX_NAME_MAX 32
|
||||
#define NUTTX_NAME_MAX CONFIG_NAME_MAX
|
||||
|
||||
#endif /* __SIM__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user