summaryrefslogtreecommitdiff
path: root/src/tasks/tasks.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasks/tasks.hpp')
-rw-r--r--src/tasks/tasks.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tasks/tasks.hpp b/src/tasks/tasks.hpp
index a0c201d5..17836795 100644
--- a/src/tasks/tasks.hpp
+++ b/src/tasks/tasks.hpp
@@ -42,6 +42,7 @@ enum class Type {
kDatabase,
// Task for internal database operations
kDatabaseBackground,
+ kNvsWriter,
};
template <Type t>