Files
dragonpilot/common/watchdog.h
Comma Device 5c73e264e9 Release 260308
2026-03-08 23:26:57 +08:00

6 lines
67 B
C++

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