rusefi-1/firmware/hw_layer/mc33816.h

14 lines
211 B
C

/*
* @file mc33816.h
*
* @date May 3, 2019
* @author Andrey Belomutskiy, (c) 2012-2019
*/
#ifndef HW_LAYER_MC33816_H_
#define HW_LAYER_MC33816_H_
void initMc33816(void);
#endif /* HW_LAYER_MC33816_H_ */