mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-06 08:46:11 +08:00
6 lines
111 B
C
6 lines
111 B
C
#pragma once
|
|
|
|
extern bool bootkick_reset_triggered;
|
|
|
|
void bootkick_tick(bool ignition, bool recent_heartbeat);
|