fxos8700cq: Remove unused var

Change-Id: I96821efd5f3ed78da5a51b39972596774f5645cf
Bug: https://github.com/apache/incubator-nuttx/pull/199
Signed-off-by: Philippe Coval <rzr@users.sf.net>
This commit is contained in:
Philippe Coval 2020-10-21 14:29:41 +02:00 committed by Xiang Xiao
parent 0a77cd35d8
commit 9134ecff23

View File

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