rusefi/firmware/controllers/can/can_dash.h

12 lines
155 B
C

/**
* @file can_dash.h
*
* @date Mar 19, 2020
* @author Matthew Kennedy, (c) 2020
*/
#pragma once
#include "can.h"
void updateDash(CanCycle cycle);