From 7cca949ad1856ce9b1e3c37189e31f9497953d76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Fri, 14 Jan 2011 02:06:20 +0000 Subject: [PATCH] Fix compile warning in cdcuser.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- src/usb/cdcuser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usb/cdcuser.h b/src/usb/cdcuser.h index 99c922a..a14bac1 100755 --- a/src/usb/cdcuser.h +++ b/src/usb/cdcuser.h @@ -10,7 +10,7 @@ * warranties of fitness for purpose, satisfactory quality and * noninfringement. Keil extends you a royalty-free right to reproduce * and distribute executable files created using this software for use - * on NXP Semiconductors LPC microcontroller devices only. Nothing else + * on NXP Semiconductors LPC microcontroller devices only. Nothing else * gives you the right to use this software. * * Copyright (c) 2009 Keil - An ARM Company. All rights reserved. @@ -21,8 +21,8 @@ /* CDC buffer handling */ extern int CDC_RdOutBuf (char *buffer, const int *length); -extern CDC_WrOutBuf (const char *buffer, int *length); -extern CDC_OutBufAvailChar (int *availChar); +extern int CDC_WrOutBuf (const char *buffer, int *length); +extern int CDC_OutBufAvailChar (int *availChar); /* CDC Data In/Out Endpoint Address */ -- 1.7.10.4