From efcfa33c1fa5728dc7c8dd9fd9f20ed7d8a0b27a Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Dec 2009 18:12:29 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2350 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/graphics/nxmu/nx_kbdchin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/graphics/nxmu/nx_kbdchin.c') diff --git a/nuttx/graphics/nxmu/nx_kbdchin.c b/nuttx/graphics/nxmu/nx_kbdchin.c index e83c9a0a2..eb3ed8013 100644 --- a/nuttx/graphics/nxmu/nx_kbdchin.c +++ b/nuttx/graphics/nxmu/nx_kbdchin.c @@ -1,7 +1,7 @@ /**************************************************************************** * graphics/nxmu/nx_kbdchin.c * - * Copyright (C) 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -39,7 +39,7 @@ #include -#include +#include #include #include @@ -82,7 +82,7 @@ * ****************************************************************************/ -int nx_kbdchin(NXHANDLE handle, ubyte ch) +int nx_kbdchin(NXHANDLE handle, uint8_t ch) { FAR struct nxfe_conn_s *conn = (FAR struct nxfe_conn_s *)handle; struct nxsvrmsg_kbdin_s outmsg; -- cgit v1.2.3