Files
onepilot/common/watchdog.h
2024-07-02 01:20:51 +00:00

6 lines
67 B
C++

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