diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-03-21 09:15:44 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-03-21 09:15:44 +1100 |
| commit | 21ae6a962623c9128fbb4a599cc50a2c616e9884 (patch) | |
| tree | 2589540541709f0921d3a9f352f71fdd940892ed /src/system_fsm/booting.cpp | |
| parent | 654dcb34d61bc8313ff0d3a62e73bdf945c231ad (diff) | |
| download | tangara-fw-21ae6a962623c9128fbb4a599cc50a2c616e9884.tar.gz | |
comment out dev unit hack
the nano code bug has received the hack, so now we don't need it
applying by default anymore
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 eb931192..bd394428 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -63,7 +63,7 @@ auto Booting::entry() -> void { std::unique_ptr<drivers::NvsStorage>(drivers::NvsStorage::OpenSync())); // HACK: fix up the switch polarity on newer dev units - sServices->nvs().LockPolarity(false); + // sServices->nvs().LockPolarity(false); // I2C and SPI are both always needed. We can't even power down or show an // error without these. |
