Files
openpilot/common/watchdog.h

6 lines
67 B
C
Raw Permalink Normal View History

2026-01-11 18:23:29 +08:00
#pragma once
#include <cstdint>
bool watchdog_kick(uint64_t ts);