mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
* drivers * cleanup bootkick * bxcan cleanup * fan cleanup * harness cleanup * interrupts cleanup * registers cleanup * simple_watchdog cleanup * spi cleanup * h7 drivers * no include for now * conflict * reduce scope * cleanup
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);
|