graphics/nxterm/nxterm_kbdin.c: Fix a syslog format
This commit is contained in:
parent
b6217b23b6
commit
78c03c88bd
@ -39,6 +39,7 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <fcntl.h>
|
||||
#include <sched.h>
|
||||
#include <assert.h>
|
||||
@ -384,7 +385,7 @@ void nxterm_kbdin(NXTERM handle, FAR const uint8_t *buffer, uint8_t buflen)
|
||||
char ch;
|
||||
int ret;
|
||||
|
||||
ginfo("buflen=%d\n");
|
||||
ginfo("buflen=%" PRId8 "\n", buflen);
|
||||
DEBUGASSERT(handle);
|
||||
|
||||
/* Get the reference to the driver structure from the handle */
|
||||
|
Loading…
Reference in New Issue
Block a user