Files
MoreTore/common/watchdog.h
Vehicle Researcher 551d088497 openpilot v0.10.0
2025-09-22 21:17:34 -07:00

6 lines
67 B
C++

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