wideband/firmware/fault.h

10 lines
155 B
C
Raw Normal View History

2020-12-10 18:32:41 -08:00
#pragma once
2021-11-03 23:02:11 -07:00
#include <cstdint>
2022-01-01 21:10:55 -08:00
#include "../for_rusefi/wideband_can.h"
2020-12-10 21:46:41 -08:00
2022-01-01 21:10:55 -08:00
void SetFault(wbo::Fault fault);
2021-11-03 23:02:11 -07:00
bool HasFault();
2022-01-01 21:10:55 -08:00
wbo::Fault GetCurrentFault();