diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-04-10 12:08:41 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-04-10 12:08:41 -0400 |
| commit | 5f98953ed89f5e89b92f500788ae4ff0806886c8 (patch) | |
| tree | 8211442c7e8aef157b6aee1a9aae20d9a09c8783 /supervisor | |
| parent | 1e9a27177c5d43ffcc3d02c94b0bc12eb4e7ae34 (diff) | |
esp8266 and nrf: raise NotImplementedError
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/filesystem.h b/supervisor/filesystem.h index 63da0bcab..eb9e65c09 100644 --- a/supervisor/filesystem.h +++ b/supervisor/filesystem.h @@ -29,7 +29,7 @@ #include <stdbool.h> -void filesystem_init(bool create_allowed, bool create_force); +void filesystem_init(bool create_allowed, bool force_create); void filesystem_flush(void); void filesystem_writable_by_python(bool writable); bool filesystem_present(void); |
