mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
Add printflike to all printf like functions
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:

committed by
Petro Karashchenko

parent
5c84c47cad
commit
c252ec1481
@@ -48,7 +48,7 @@ int cmd_printf(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
{
|
||||
FAR char *fmt;
|
||||
char ch;
|
||||
uint32_t value;
|
||||
unsigned int value;
|
||||
int len;
|
||||
int i;
|
||||
|
||||
|
Reference in New Issue
Block a user