From fdc2ee79db376b03710f9255720ce45c79022768 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 24 Apr 2006 15:33:06 +0000 Subject: Network API now allows for multiple network devices (although the implementation allows for only one, and does so without compromising on the efficiency of static allocation). Link-layer protocols are cleanly separated from the device drivers. Network-layer protocols are cleanly separated from individual network devices. Link-layer and network-layer protocols are cleanly separated from each other. --- src/proto/uip/uipopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto') diff --git a/src/proto/uip/uipopt.h b/src/proto/uip/uipopt.h index 811284e1f..22a5990c0 100644 --- a/src/proto/uip/uipopt.h +++ b/src/proto/uip/uipopt.h @@ -464,7 +464,7 @@ void uip_log(char *msg); * * \hideinitializer */ -#define UIP_LLH_LEN 14 +#define UIP_LLH_LEN 0 /** @} */ -- cgit v1.2.3-55-g7522