Merged in zhoukejun/apps_nucleo_f767zi (pull request #171)
Missing semicolon at the end of function call. Signed-off-by: Kejun ZHOU <zhoukejun@outlook.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
parent
e063e93f77
commit
520bd6ad44
@ -94,7 +94,7 @@ void suspend_test(void)
|
|||||||
|
|
||||||
/* Wait a bit */
|
/* Wait a bit */
|
||||||
|
|
||||||
printf("suspend_test: Is the victim saying anything?\n")
|
printf("suspend_test: Is the victim saying anything?\n");
|
||||||
FFLUSH();
|
FFLUSH();
|
||||||
sleep(10);
|
sleep(10);
|
||||||
|
|
||||||
@ -107,7 +107,7 @@ void suspend_test(void)
|
|||||||
printf("suspend_test: ERROR kill() failed\n" );
|
printf("suspend_test: ERROR kill() failed\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("suspend_test: Is the victim still jabbering?\n")
|
printf("suspend_test: Is the victim still jabbering?\n");
|
||||||
FFLUSH();
|
FFLUSH();
|
||||||
sleep(10);
|
sleep(10);
|
||||||
|
|
||||||
@ -118,7 +118,7 @@ void suspend_test(void)
|
|||||||
printf("suspend_test: ERROR kill() failed\n" );
|
printf("suspend_test: ERROR kill() failed\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("suspend_test: The victim should continue the rant.\n")
|
printf("suspend_test: The victim should continue the rant.\n");
|
||||||
FFLUSH();
|
FFLUSH();
|
||||||
sleep(10);
|
sleep(10);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user