summaryrefslogtreecommitdiff
path: root/src/system_fsm
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-11-10 14:18:05 +1100
committerjacqueline <me@jacqueline.id.au>2023-11-10 14:18:05 +1100
commit8471046a95ab9e00f7d42b56dbbc9ce3e5b424b9 (patch)
tree4b23cd5d171fed1b80b58a7ebd24eebcf47e5313 /src/system_fsm
parent270bce721223f40faffa4f8e62fd9547530cb276 (diff)
downloadtangara-fw-8471046a95ab9e00f7d42b56dbbc9ce3e5b424b9.tar.gz
one weird trick to reduce boot time
Diffstat (limited to 'src/system_fsm')
-rw-r--r--src/system_fsm/booting.cpp1
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(