From 16cba7fca504dfef67ca554415eb82edd7de67a8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 14 Feb 2024 06:27:34 -0600 Subject: [PATCH] wip --- selfdrive/ui/ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/ui.cc b/selfdrive/ui/ui.cc index 1f5fd07..ed95e9d 100644 --- a/selfdrive/ui/ui.cc +++ b/selfdrive/ui/ui.cc @@ -459,7 +459,7 @@ void Device::setAwake(bool on) { } } -void Device::resetInteractiveTimeout(int timeout = -1) { +void Device::resetInteractiveTimeout(int timeout) { if (timeout == -1) { timeout = 60; }