14 lines
196 B
C
14 lines
196 B
C
|
/**
|
||
|
* @file mpu_util.h
|
||
|
*
|
||
|
* @date Dec 23, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
#ifndef MPU_UTIL_H_
|
||
|
#define MPU_UTIL_H_
|
||
|
|
||
|
#define baseHardwareInit() {}
|
||
|
|
||
|
|
||
|
#endif /* MPU_UTIL_H_ */
|