mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
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:
+1
-1
@@ -101,7 +101,7 @@
|
|||||||
#define CANIOCTL_USER 2
|
#define CANIOCTL_USER 2
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Private Types
|
* Public Types
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
/* CAN-message Format
|
/* CAN-message Format
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
#define uart_receive(dev,s) dev->ops->receive(dev,s)
|
#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
|
/* 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
|
#define USB_SIZEOF_QUALDESC 10
|
||||||
|
|
||||||
/************************************************************************************
|
|
||||||
* Private Data
|
|
||||||
************************************************************************************/
|
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Public Data
|
* Public Data
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
@@ -335,10 +331,6 @@ extern const ubyte UsbStandardConfigurationDescriptor[];
|
|||||||
extern const ubyte UsbLanguagesStr[];
|
extern const ubyte UsbLanguagesStr[];
|
||||||
extern const ubyte *const *const UsbString[];
|
extern const ubyte *const *const UsbString[];
|
||||||
|
|
||||||
/************************************************************************************
|
|
||||||
* Private Functions
|
|
||||||
************************************************************************************/
|
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user