From 9134ecff2356f2c3576822a5ce154073ba52f971 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 21 Oct 2020 14:29:41 +0200 Subject: [PATCH] fxos8700cq: Remove unused var Change-Id: I96821efd5f3ed78da5a51b39972596774f5645cf Bug: https://github.com/apache/incubator-nuttx/pull/199 Signed-off-by: Philippe Coval --- 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 f23fb3252..639488b9b 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)