Update documentation

This commit is contained in:
George Oikonomou 2017-12-08 16:58:35 +00:00
parent 0a76ff8ee7
commit 05c65f3c4a

View File

@ -63,7 +63,7 @@ struct dhcp_msg {
#if (UIP_BUFSIZE - UIP_UDPIP_HLEN) < 548
#error UIP_CONF_BUFFER_SIZE may be too small to accomodate DHCPv4 packets
#error Increase UIP_CONF_BUFFER_SIZE in your project-conf.h, platform-conf.h, or contiki-conf.h
#error Increase UIP_CONF_BUFFER_SIZE in your project-conf.h, or contiki-conf.h
#error A good size is 600 bytes
#endif