fix comments

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1028 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-10-11 00:38:44 +00:00
parent f31fcafe11
commit d3338ac34e
3 changed files with 2 additions and 10 deletions

View File

@ -101,7 +101,7 @@
#define CANIOCTL_USER 2
/************************************************************************************
* Private Types
* Public Types
************************************************************************************/
/* CAN-message Format
*

View File

@ -64,7 +64,7 @@
#define uart_receive(dev,s) dev->ops->receive(dev,s)
/************************************************************************************
* Private Types
* Public Types
************************************************************************************/
/* This structure defines one serial I/O buffer. The serial infrastructure will

View File

@ -322,10 +322,6 @@ struct usb_qualdesc_s
};
#define USB_SIZEOF_QUALDESC 10
/************************************************************************************
* Private Data
************************************************************************************/
/************************************************************************************
* Public Data
************************************************************************************/
@ -335,10 +331,6 @@ extern const ubyte UsbStandardConfigurationDescriptor[];
extern const ubyte UsbLanguagesStr[];
extern const ubyte *const *const UsbString[];
/************************************************************************************
* Private Functions
************************************************************************************/
/************************************************************************************
* Public Functions
************************************************************************************/