mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +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
@@ -688,7 +688,7 @@ static int w25_wait_keypress(FAR char *keyset, int nseconds)
|
||||
|
||||
/* Delay 50 Milliseconds */
|
||||
|
||||
usleep(50 * 1000);
|
||||
nxsig_usleep(50 * 1000);
|
||||
|
||||
/* Output a dot to stdout every 10 * 50 = 500 milliseconds */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user