Files
clearpilot/common/watchdog.h
Comma Device 1ff14d346f wip
2024-05-14 08:21:27 +00:00

6 lines
67 B
C++
Executable File

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