1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/network_layer
Gunar Schorcht a440ae7bd9 gnrc/icmpv6: redefinition of MIN macro
Since `min(a,b)` is a very frequently used function, several libraries such as ESP8266 SDK define a `MIN` macro in their header files. Therefore the `MIN` macro should be undefined before its definition to avoid compilation errors if it is defined anywhere else before.
2020-06-25 17:31:07 +02:00
..
icmpv6 gnrc/icmpv6: redefinition of MIN macro 2020-06-25 17:31:07 +02:00
ipv6 gnrc/ipv6: Configure queue size with exponent 2020-06-15 07:30:50 +02:00
ndp gnrc/nib: Move GNRC_IPV6_NIB_CONF_ARSM to 'CONFIG_' namespace 2020-03-31 18:07:07 +02:00
sixlowpan gnrc/sixlowpan: Configure queue size with exponent 2020-06-15 07:30:52 +02:00