diff options
Diffstat (limited to 'src/system_fsm/booting.cpp')
| -rw-r--r-- | src/system_fsm/booting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index f509c52e..940e10db 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -66,7 +66,7 @@ auto Booting::entry() -> void { ESP_LOGI(kTag, "starting bg worker"); sServices->bg_worker(std::unique_ptr<tasks::Worker>{ - tasks::Worker::Start<tasks::Type::kDatabaseBackground>()}); + tasks::Worker::Start<tasks::Type::kBackgroundWorker>()}); ESP_LOGI(kTag, "installing remaining drivers"); sServices->samd(std::unique_ptr<drivers::Samd>(drivers::Samd::Create())); |
