7 lines
149 B
C
Executable file
7 lines
149 B
C
Executable file
#ifndef _SHUB_DUMMY_H__
|
|
#define _SHUB_DUMMY_H__
|
|
|
|
#define SENSORHUB_VENDOR "DUMMY"
|
|
#define SENSORHUB_NAME "DUMMY"
|
|
|
|
#endif /*_SHUB_DUMMY_H__*/
|