Files
clearpilot/common/watchdog.h
Your Name f23e5441b5 wip
2024-04-27 03:14:01 -05:00

6 lines
67 B
C++

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