diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-11-10 14:18:05 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-11-10 14:18:05 +1100 |
| commit | 8471046a95ab9e00f7d42b56dbbc9ce3e5b424b9 (patch) | |
| tree | 4b23cd5d171fed1b80b58a7ebd24eebcf47e5313 /src/system_fsm/booting.cpp | |
| parent | 270bce721223f40faffa4f8e62fd9547530cb276 (diff) | |
| download | tangara-fw-8471046a95ab9e00f7d42b56dbbc9ce3e5b424b9.tar.gz | |
one weird trick to reduce boot time
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( |
