sensors: Remove undefined SCU functions for fxos8700cq
Remove undefined SCU functions for fxos8700cq.
This commit is contained in:
parent
7d0d6234eb
commit
4393f47e5d
@ -96,21 +96,9 @@ extern "C"
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_SENSORS_FXOS8700CQ_SCU
|
||||
|
||||
int fxos8700cq_register(FAR const char *devpath,
|
||||
FAR struct i2c_master_s *dev);
|
||||
|
||||
#else /* CONFIG_SENSORS_FXOS8700CQ_SCU */
|
||||
|
||||
int fxos8700cq_init(FAR struct i2c_master_s *dev, int port);
|
||||
int fxos8700cqgyro_register(FAR const char *devpath, int minor,
|
||||
FAR struct i2c_master_s *dev, int port);
|
||||
int fxos8700cqaccel_register(FAR const char *devpath, int minor,
|
||||
FAR struct i2c_master_s *dev, int port);
|
||||
|
||||
#endif
|
||||
|
||||
#undef EXTERN
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user