rusefi-full/firmware/controllers/can/can.h

14 lines
199 B
C
Raw Normal View History

/**
* @file can.h
*
* @date Mar 19, 2020
* @author Matthew Kennedy, (c) 2020
*/
#pragma once
#include "hal.h"
class Logging;
void processCanRxMessage(const CANRxFrame& msg, Logging* logger);