Files
openpilot/common/watchdog.h
Comma Device 3721ecbf8a Release 260111
2026-01-11 18:23:29 +08:00

6 lines
67 B
C++

#pragma once
#include <cstdint>
bool watchdog_kick(uint64_t ts);