aboutsummaryrefslogtreecommitdiffstats
path: root/os/fs/fs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'os/fs/fs.hpp')
-rw-r--r--os/fs/fs.hpp3
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.
*/