X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcfg%2Fcfg_lwip.h;h=7e3b40c96fbd19e8de169453b12a19f7380890e2;hb=c0b42e1e8494eeeca4871c86321ef56446b604f2;hp=4f9fd63cd3505bbbf65529692747b18b1df62a89;hpb=e9f0eb70636866ce7e743a3d560f270717a1151c;p=bertos.git diff --git a/bertos/cfg/cfg_lwip.h b/bertos/cfg/cfg_lwip.h index 4f9fd63c..7e3b40c9 100644 --- a/bertos/cfg/cfg_lwip.h +++ b/bertos/cfg/cfg_lwip.h @@ -357,11 +357,11 @@ --------------------------------- */ /** - * Enable ARP functionality. - * - * $WIZ$ type = "boolean" + * LWIP_ARP==1: Enable ARP functionality. */ +#ifndef LWIP_ARP #define LWIP_ARP 1 +#endif /** * ARP_TABLE_SIZE: Number of active MAC-IP address pairs cached.