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; }