- cleanup header file for hal_filesystem.h - removed old function declaration

pull/143/head
Michael Zillgith 7 years ago
parent 7b98f368dc
commit bb1dde4dc7

@ -166,17 +166,6 @@ FileSystem_readDirectory(DirectoryHandle directory, bool* isDirectory);
void
FileSystem_closeDirectory(DirectoryHandle directory);
/**
* \brief set local file system base path for the MMS VMD
*
* NOTE: the meaning of this functions is platform specific. It was introduced to
* simplify the configuration of the VMD base path at runtime. It may not be supported
* on all platform. Also it is not called by the MMS protocol stack.
*
* \param basePath the local base path of the MMS VMD
*/
void
FileSystem_setBasePath(char* basePath);
/*! @} */

Loading…
Cancel
Save