mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Apply 2 suggestion(s) to 1 file(s)
This commit is contained in:
parent
8e3eca1836
commit
577598d2df
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* main
|
||||
****************************************************************************/
|
||||
|
||||
void main(int argc, FAR char *argv[])
|
||||
int main(int argc, FAR char *argv[])
|
||||
{
|
||||
int fd;
|
||||
int ret;
|
||||
|
|
@ -123,5 +123,6 @@ void main(int argc, FAR char *argv[])
|
|||
"Expected error code: 0. Current code: %d\n", error);
|
||||
sleep(1);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue