openpilot/panda_tici/board/drivers/bootkick_declarations.h
2025-11-11 22:44:56 +08:00

6 lines
111 B
C

#pragma once
extern bool bootkick_reset_triggered;
void bootkick_tick(bool ignition, bool recent_heartbeat);