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:
parent
f31fcafe11
commit
d3338ac34e
@ -101,7 +101,7 @@
|
||||
#define CANIOCTL_USER 2
|
||||
|
||||
/************************************************************************************
|
||||
* Private Types
|
||||
* Public Types
|
||||
************************************************************************************/
|
||||
/* CAN-message Format
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
************************************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user