mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
sensors: Remove undefined SCU functions for fxos8700cq
Remove undefined SCU functions for fxos8700cq.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user