X-Git-Url: http://git.asbjorn.biz/?p=rapper.git;a=blobdiff_plain;f=src%2Fusb%2Fcdcuser.h;h=a14bac13373ed4a4e3b873c93b47601de5f815b3;hp=99c922a69fe5f3be039ef7d74307a70033c7c786;hb=7cca949ad1856ce9b1e3c37189e31f9497953d76;hpb=cd9a92f8776d25483ff00d467da5dbfd0e5083fa 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 */