From 4393f47e5d7c902e6b709adce537c47e84aadfd6 Mon Sep 17 00:00:00 2001 From: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:17:29 +0900 Subject: [PATCH] sensors: Remove undefined SCU functions for fxos8700cq Remove undefined SCU functions for fxos8700cq. --- include/nuttx/sensors/fxos8700cq.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/nuttx/sensors/fxos8700cq.h b/include/nuttx/sensors/fxos8700cq.h index a6f0dc67f7..171f43ae5f 100644 --- a/include/nuttx/sensors/fxos8700cq.h +++ b/include/nuttx/sensors/fxos8700cq.h @@ -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 }