mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-31 22:23:06 +00:00
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:
parent
0a77cd35d8
commit
9134ecff23
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue