From 85dfa4b381788b2e3085fb94e7717087c5cac52c Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 17 Dec 2009 19:24:18 +0000 Subject: Fixes for clean NX compile/link git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2374 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/graphics/nxsu/nx_kbdin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/graphics/nxsu/nx_kbdin.c') diff --git a/nuttx/graphics/nxsu/nx_kbdin.c b/nuttx/graphics/nxsu/nx_kbdin.c index 4a1b93d09..066c31c8e 100644 --- a/nuttx/graphics/nxsu/nx_kbdin.c +++ b/nuttx/graphics/nxsu/nx_kbdin.c @@ -94,6 +94,7 @@ int nx_kbdin(NXHANDLE handle, uint8_t nch, FAR const uint8_t *ch) { wnd->cb->kbdin(wnd, nch, ch, wnd->arg); } + return OK; } #endif /* CONFIG_NX_KBD */ -- cgit v1.2.3