From 8516626703bba2c2e4f22cc97c62d9564678f3b9 Mon Sep 17 00:00:00 2001 From: c_oflynn Date: Tue, 17 Feb 2009 01:28:28 +0000 Subject: [PATCH] Fixed documentation error (thanks to David Kopf) --- core/net/uip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/net/uip.h b/core/net/uip.h index adecaff99..a699b9fd7 100644 --- a/core/net/uip.h +++ b/core/net/uip.h @@ -47,7 +47,7 @@ * * This file is part of the uIP TCP/IP stack. * - * $Id: uip.h,v 1.21 2008/12/10 21:26:05 c_oflynn Exp $ + * $Id: uip.h,v 1.22 2009/02/17 01:28:28 c_oflynn Exp $ * */ @@ -81,11 +81,11 @@ typedef uip_ip4addr_t uip_ipaddr_t; /*---------------------------------------------------------------------------*/ -/** \brief 64 bit 802.15.4 address */ +/** \brief 16 bit 802.15.4 address */ struct uip_802154_shortaddr { u8_t addr[2]; }; -/** \brief 16 bit 802.15.4 address */ +/** \brief 64 bit 802.15.4 address */ struct uip_802154_longaddr { u8_t addr[8]; };