mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 07:12:06 +08:00
examples/qencoder: fix nxstyle warning and errors
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:

committed by
Alan Carvalho de Assis

parent
a91e10f8e4
commit
aa79958bea
@@ -242,7 +242,7 @@ int main(int argc, FAR char *argv[])
|
||||
{
|
||||
printf("qe_main: open %s failed: %d\n", g_qeexample.devpath, errno);
|
||||
exitval = EXIT_FAILURE;
|
||||
goto errout_with_dev;
|
||||
goto errout;
|
||||
}
|
||||
|
||||
/* Reset the count if so requested */
|
||||
|
Reference in New Issue
Block a user