Files
carrotpilot/common/watchdog.h
Vehicle Researcher bd2ed6664a Carrot2-v9
2025-08-03 19:15:56 +09:00

6 lines
67 B
C++

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