14 lines
207 B
C
14 lines
207 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();
|
||
|
|
||
|
#endif /* HW_LAYER_MC33816_H_ */
|