diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-03 16:17:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-03 16:17:42 +0000 |
commit | b5da4b76b5810b41900432832f178280069d8d91 (patch) | |
tree | a17b3f5413acc5e61ce4888f5bbe82cd939b7a88 /os/fs/fs.hpp | |
parent | 05c30c4e651909ec86e43c16bccea85d180e39c0 (diff) | |
download | ChibiOS-b5da4b76b5810b41900432832f178280069d8d91.tar.gz ChibiOS-b5da4b76b5810b41900432832f178280069d8d91.tar.bz2 ChibiOS-b5da4b76b5810b41900432832f178280069d8d91.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5027 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/fs/fs.hpp')
-rw-r--r-- | os/fs/fs.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/fs/fs.hpp b/os/fs/fs.hpp index 57f776844..1ba2cfdc2 100644 --- a/os/fs/fs.hpp +++ b/os/fs/fs.hpp @@ -29,7 +29,7 @@ #ifndef _FS_HPP_
#define _FS_HPP_
-#include <ch.hpp>
+#include "ch.hpp"
/**
* @name Error codes
@@ -122,6 +122,7 @@ namespace chibios_fs { * classes can offer an extended interface.
*/
class BaseFileSystemInterface {
+ public:
/**
* @brief File system unmount and object destruction.
*/
|