Fixed some incorrect uses of printf-like functions.

This commit is contained in:
Kees van Reeuwijk
2010-04-01 14:30:36 +00:00
parent fc7dced1fa
commit 0a04f49d2b
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2556,7 +2556,7 @@ PRIVATE int at_in(int line, u32_t port, u32_t *value,
if(s == OK)
return OK;
printf("at_wini%d: line %d: %s failed: %d; port %x\n",
w_instance, line, typename, s, value, port);
w_instance, line, typename, s, port);
panic("sys_in failed");
}