Code Block | ||
---|---|---|
| ||
void FSVol_GetDfltVolName (CPU_CHAR *name_vol); |
File | Called from | Code enabled by |
---|---|---|
| Application | N/A |
...
Returned Value
None.
Notes/Warnings
name_vol
must point to a character array ofFS_CFG_MAX_VOL_NAME_LEN
characters.- If the volume does not exist,
name_vol
will receive an empty string.