mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
Kernel module should prefer functions with nx/kmm prefix
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
15480e51cf
commit
0536953ded
@@ -404,7 +404,7 @@ void uart_recvchars_done(FAR uart_dev_t *dev)
|
||||
|
||||
if (signo != 0)
|
||||
{
|
||||
kill(dev->pid, signo);
|
||||
nxsig_kill(dev->pid, signo);
|
||||
uart_reset_sem(dev);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user