himbaechel: Fix logic in updating pip delay structures

Signed-off-by: gatecat <[email protected]>
This commit is contained in:
gatecat
2026-08-27 09:46:00 +02:00
parent 6087c564a0
commit 68d0d07af5
+1 -1
View File
@@ -416,7 +416,7 @@ const std::vector<std::string> Arch::availableRouters = {"default", "router1", "
void Arch::set_fast_pip_delays(bool fast_mode)
{
if (fast_mode && !fast_pip_delays) {
if (!fast_mode && fast_pip_delays) {
// Have to rebuild these structures
drive_res.clear();
load_cap.clear();