You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/10/21 16:13:22 UTC

[incubator-nuttx-apps] branch master updated: fxos8700cq: Remove unused var

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 9134ecf  fxos8700cq: Remove unused var
9134ecf is described below

commit 9134ecff2356f2c3576822a5ce154073ba52f971
Author: Philippe Coval <rz...@users.sf.net>
AuthorDate: Wed Oct 21 14:29:41 2020 +0200

    fxos8700cq: Remove unused var
    
    Change-Id: I96821efd5f3ed78da5a51b39972596774f5645cf
    Bug: https://github.com/apache/incubator-nuttx/pull/199
    Signed-off-by: Philippe Coval <rz...@users.sf.net>
---
 examples/fxos8700cq_test/fxos8700cq_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/fxos8700cq_test/fxos8700cq_main.c b/examples/fxos8700cq_test/fxos8700cq_main.c
index f23fb32..639488b 100644
--- a/examples/fxos8700cq_test/fxos8700cq_main.c
+++ b/examples/fxos8700cq_test/fxos8700cq_main.c
@@ -49,7 +49,6 @@ int main(int argc, FAR char *argv[])
   int fd;
 
   fxos8700cq_data data;
-  uint32_t prev;
 
   fd = open(ACC_DEVPATH, O_RDONLY);
   if (fd < 0)