summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-06 09:08:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-06 09:08:52 -0600
commit242d6094be6146c200ed4e8aeb09b956f1f9ebce (patch)
tree7090315842c21710571c9f9fc857989f5b99abc2 /nuttx/net
parent91ee7d6302158de8cbce24c728b7687e6ae0a49a (diff)
downloadpx4-nuttx-242d6094be6146c200ed4e8aeb09b956f1f9ebce.tar.gz
px4-nuttx-242d6094be6146c200ed4e8aeb09b956f1f9ebce.tar.bz2
px4-nuttx-242d6094be6146c200ed4e8aeb09b956f1f9ebce.zip
SAMA5 LCDC: Add 'skeleton' files that will eventually become an LCDC driver for the SAMA5
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/uip/uip_poll.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/net/uip/uip_poll.c b/nuttx/net/uip/uip_poll.c
index 8c56e7bf6..663f021e5 100644
--- a/nuttx/net/uip/uip_poll.c
+++ b/nuttx/net/uip/uip_poll.c
@@ -63,7 +63,7 @@
* Poll all UDP connections for available packets to send.
*
* Assumptions:
- * This function is called from the CAN device driver and may be called from
+ * This function is called from the MAC device driver and may be called from
* the timer interrupt/watchdog handle level.
*
****************************************************************************/
@@ -88,7 +88,7 @@ static inline int uip_pollicmp(struct uip_driver_s *dev, uip_poll_callback_t cal
* Poll all UDP connections for available packets to send.
*
* Assumptions:
- * This function is called from the CAN device driver and may be called from
+ * This function is called from the MAC device driver and may be called from
* the timer interrupt/watchdog handle level.
*
****************************************************************************/
@@ -113,7 +113,7 @@ static inline int uip_polligmp(struct uip_driver_s *dev, uip_poll_callback_t cal
* Poll all UDP connections for available packets to send.
*
* Assumptions:
- * This function is called from the CAN device driver and may be called from
+ * This function is called from the MAC device driver and may be called from
* the timer interrupt/watchdog handle level.
*
****************************************************************************/
@@ -149,7 +149,7 @@ static int uip_polludpconnections(struct uip_driver_s *dev,
* Poll all UDP connections for available packets to send.
*
* Assumptions:
- * This function is called from the CAN device driver and may be called from
+ * This function is called from the MAC device driver and may be called from
* the timer interrupt/watchdog handle level.
*
****************************************************************************/
@@ -188,7 +188,7 @@ static inline int uip_polltcpconnections(struct uip_driver_s *dev,
* TCP connection.
*
* Assumptions:
- * This function is called from the CAN device driver and may be called from
+ * This function is called from the MAC device driver and may be called from
* the timer interrupt/watchdog handle level.
*
****************************************************************************/
@@ -242,7 +242,7 @@ static inline int uip_polltcptimer(struct uip_driver_s *dev,
* out the packet.
*
* Assumptions:
- * This function is called from the CAN device driver and may be called from
+ * This function is called from the MAC device driver and may be called from
* the timer interrupt/watchdog handle level.
*
****************************************************************************/
@@ -301,7 +301,7 @@ int uip_poll(struct uip_driver_s *dev, uip_poll_callback_t callback)
* out the packet.
*
* Assumptions:
- * This function is called from the CAN device driver and may be called from
+ * This function is called from the MAC device driver and may be called from
* the timer interrupt/watchdog handle level.
*
****************************************************************************/