summaryrefslogtreecommitdiff
path: root/src/system_fsm/booting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/system_fsm/booting.cpp')
-rw-r--r--src/system_fsm/booting.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp
index 53288dbd..e7080e9b 100644
--- a/src/system_fsm/booting.cpp
+++ b/src/system_fsm/booting.cpp
@@ -6,6 +6,7 @@
#include "collation.hpp"
#include "haptics.hpp"
+#include "spiffs.hpp"
#include "system_fsm.hpp"
#include <stdint.h>
@@ -71,6 +72,7 @@ auto Booting::entry() -> void {
tasks::Worker::Start<tasks::Type::kBackgroundWorker>()});
ESP_LOGI(kTag, "installing remaining drivers");
+ drivers::spiffs_mount();
sServices->samd(std::unique_ptr<drivers::Samd>(drivers::Samd::Create()));
sServices->nvs(
std::unique_ptr<drivers::NvsStorage>(drivers::NvsStorage::OpenSync()));