diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-09-26 21:07:44 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-09-26 21:07:44 +1000 |
| commit | 252f685ef1502016ed00be4eeaa4a217386fbce0 (patch) | |
| tree | 9b797795913c61c6b6c9f77e79e4a62419883f7b /src/tasks/tasks.hpp | |
| parent | 96252973d9b142632b7c54f825ce1de2127754bd (diff) | |
| download | tangara-fw-252f685ef1502016ed00be4eeaa4a217386fbce0.tar.gz | |
Make NVS access synchronous again
Everything relevant is back in internal ram, and likely to stay there.
Diffstat (limited to 'src/tasks/tasks.hpp')
| -rw-r--r-- | src/tasks/tasks.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tasks/tasks.hpp b/src/tasks/tasks.hpp index b87c7fa2..1b6a108f 100644 --- a/src/tasks/tasks.hpp +++ b/src/tasks/tasks.hpp @@ -39,9 +39,6 @@ enum class Type { kDatabase, // Task for internal database operations kDatabaseBackground, - // Task for interacting with NVS -- this needs to be done with an internal - // stack. - kNvsWriter, }; template <Type t> |
