rusefi-1/firmware/controllers/can/can_vss.h

16 lines
247 B
C
Raw Normal View History

/**
* @file can_vss.h
*
* @date Apr 19, 2020
* @author Alex Miculescu, (c) 2020
*/
#pragma once
void initCanVssSupport();
2021-02-05 20:37:18 -08:00
void setCanVss(int type);
#if EFI_CAN_SUPPORT
void processCanRxVss(const CANRxFrame& frame, efitick_t nowNt);
#endif