mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
Remove the unneeded void cast
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:

committed by
Petro Karashchenko

parent
b80ef1df87
commit
3760ab5fc8
@@ -264,7 +264,7 @@ int nximage_initialize(void)
|
||||
* are connected.
|
||||
*/
|
||||
|
||||
(void)sem_wait(&g_nximage.sem);
|
||||
sem_wait(&g_nximage.sem);
|
||||
}
|
||||
|
||||
/* Set background color to black */
|
||||
|
Reference in New Issue
Block a user