fs/poll: change format for type pollevent_t

Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
Jiuzhu Dong
2022-04-01 20:59:55 +08:00
committed by Xiang Xiao
parent d535943a69
commit d87cf8d4ca
32 changed files with 48 additions and 42 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ static void hcsr04_notify(FAR struct hcsr04_dev_s *priv)
if (fds)
{
fds->revents |= POLLIN;
hcsr04_dbg("Report events: %02x\n", fds->revents);
hcsr04_dbg("Report events: %08" PRIx32 "\n", fds->revents);
nxsem_post(fds->sem);
}
}