diff options
Diffstat (limited to 'src/system_fsm/booting.cpp')
| -rw-r--r-- | src/system_fsm/booting.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index 168bb960..53288dbd 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -72,7 +72,6 @@ auto Booting::entry() -> void { ESP_LOGI(kTag, "installing remaining drivers"); sServices->samd(std::unique_ptr<drivers::Samd>(drivers::Samd::Create())); - vTaskDelay(pdMS_TO_TICKS(1000)); sServices->nvs( std::unique_ptr<drivers::NvsStorage>(drivers::NvsStorage::OpenSync())); sServices->touchwheel( |
