mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-14 00:43:14 +00:00
Fix for file naming issue for sim:nxffs configuration
This commit is contained in:
parent
d6b67eb05e
commit
ac5cda8daa
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ static inline char nxffs_randchar(void)
|
|||
int value = rand() % 63;
|
||||
if (value == 0)
|
||||
{
|
||||
return '/';
|
||||
return '0';
|
||||
}
|
||||
else if (value <= 10)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue