mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +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
32ee2ae407
commit
ef1a98dd00
@@ -90,7 +90,7 @@
|
||||
*/
|
||||
|
||||
#define SYS_syscall_return (3)
|
||||
#define up_syscall_return() (void)sys_call0(SYS_syscall_return)
|
||||
#define up_syscall_return() sys_call0(SYS_syscall_return)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user