diff --git a/src/include/netif/lowpan6_ble_opts.h b/src/include/netif/lowpan6_ble_opts.h index 107b1910..ec7128a6 100644 --- a/src/include/netif/lowpan6_ble_opts.h +++ b/src/include/netif/lowpan6_ble_opts.h @@ -80,6 +80,8 @@ * the address, depending on the BD address (either public or not). * Might not be RFC7668 conform, so you may select to do that (=1) or * not (=0) */ +#ifndef LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS #define LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS 1 +#endif #endif /* LWIP_HDR_RFC7668_OPTS_H */