Files
carrotpilot/common/watchdog.h
Vehicle Researcher ecf4d58ce5 c4-v1
2026-01-28 08:27:01 +09:00

6 lines
67 B
C++

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