mirror of
https://github.com/ajouatom/openpilot.git
synced 2026-02-18 13:03:55 +08:00
6 lines
67 B
C++
6 lines
67 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
bool watchdog_kick(uint64_t ts);
|