summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-11 00:38:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-11 00:38:44 +0000
commitafe059a459536fbd84b875b618b540b9dcdac279 (patch)
tree3104cce2400bb04547e6c329fb8fae617adbbded /nuttx/include
parent159ecf04f4c1c2d2abd05e333cafd685b293e852 (diff)
downloadpx4-nuttx-afe059a459536fbd84b875b618b540b9dcdac279.tar.gz
px4-nuttx-afe059a459536fbd84b875b618b540b9dcdac279.tar.bz2
px4-nuttx-afe059a459536fbd84b875b618b540b9dcdac279.zip
fix comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1028 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/can.h2
-rw-r--r--nuttx/include/nuttx/serial.h2
-rw-r--r--nuttx/include/nuttx/usb.h8
3 files changed, 2 insertions, 10 deletions
diff --git a/nuttx/include/nuttx/can.h b/nuttx/include/nuttx/can.h
index 030cf91e9..7a9562b05 100644
--- a/nuttx/include/nuttx/can.h
+++ b/nuttx/include/nuttx/can.h
@@ -101,7 +101,7 @@
#define CANIOCTL_USER 2
/************************************************************************************
- * Private Types
+ * Public Types
************************************************************************************/
/* CAN-message Format
*
diff --git a/nuttx/include/nuttx/serial.h b/nuttx/include/nuttx/serial.h
index 3d2bfb34d..c2a7a875f 100644
--- a/nuttx/include/nuttx/serial.h
+++ b/nuttx/include/nuttx/serial.h
@@ -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
diff --git a/nuttx/include/nuttx/usb.h b/nuttx/include/nuttx/usb.h
index 66818c3e6..69ae6c2cf 100644
--- a/nuttx/include/nuttx/usb.h
+++ b/nuttx/include/nuttx/usb.h
@@ -323,10 +323,6 @@ struct usb_qualdesc_s
#define USB_SIZEOF_QUALDESC 10
/************************************************************************************
- * Private Data
- ************************************************************************************/
-
-/************************************************************************************
* Public Data
************************************************************************************/
@@ -336,10 +332,6 @@ extern const ubyte UsbLanguagesStr[];
extern const ubyte *const *const UsbString[];
/************************************************************************************
- * Private Functions
- ************************************************************************************/
-
-/************************************************************************************
* Public Functions
************************************************************************************/