From: Asbjørn Sloth Tønnesen Date: Fri, 14 Jan 2011 02:06:20 +0000 (+0000) Subject: Fix compile warning in cdcuser.h X-Git-Url: http://git.asbjorn.biz/?p=rapper.git;a=commitdiff_plain;h=7cca949ad1856ce9b1e3c37189e31f9497953d76 Fix compile warning in cdcuser.h Signed-off-by: Asbjørn Sloth Tønnesen --- 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 */