sensors: Remove undefined SCU functions for fxos8700cq

Remove undefined SCU functions for fxos8700cq.
This commit is contained in:
SPRESENSE 2023-08-24 16:17:29 +09:00 committed by Xiang Xiao
parent 7d0d6234eb
commit 4393f47e5d

View File

@ -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
}