From bb1dde4dc78744f3cef2035a232862bbf1ff8453 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Tue, 10 Apr 2018 16:22:51 +0200 Subject: [PATCH] - cleanup header file for hal_filesystem.h - removed old function declaration --- src/hal/inc/hal_filesystem.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/hal/inc/hal_filesystem.h b/src/hal/inc/hal_filesystem.h index 4248810a..b22ca846 100644 --- a/src/hal/inc/hal_filesystem.h +++ b/src/hal/inc/hal_filesystem.h @@ -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); /*! @} */