mirror of https://github.com/rusefi/wideband.git
12 lines
123 B
C++
12 lines
123 B
C++
|
#include "fault.h"
|
||
|
#include "can.h"
|
||
|
|
||
|
void SetFault(int, wbo::Fault)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
float GetRemoteBatteryVoltage()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|