mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Minor code style fixes
Fix issue in these files: examples/flowc/flowc_mktestdata.c examples/nxhello/nxhello_listener.c examples/system/system_main.c fsutils/passwd/passwd_append.c graphics/ft80x/ft80x_gpio.c graphics/pdcurs34/pdcurses/pdc_keyname.c graphics/pdcurs34/pdcurses/pdc_touch.c modbus/functions/mbfuncdiag.c Fixed by AI and checked by manual Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
b5f8520d36
commit
140647cf8c
8 changed files with 16 additions and 9 deletions
|
|
@ -94,7 +94,6 @@ int ft80x_gpio_configure(int fd, uint8_t gpio, uint8_t dir, uint8_t drive,
|
|||
|
||||
/* Set the pin direction */
|
||||
|
||||
|
||||
ret = ft80x_getreg8(fd, FT80X_REG_GPIO_DIR, ®val8);
|
||||
if (ret < 0)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* apps/graphics/pdcurses/pdc_keyname.c
|
||||
* apps/graphics/pdcurs34/pdcurses/pdc_keyname.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* apps/graphics/pdcurses/pdc_touch.c
|
||||
* apps/graphics/pdcurs34/pdcurses/pdc_touch.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue