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/icmpv6/error
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
..
gnrc_icmpv6_error.c gnrc/icmpv6: redefinition of MIN macro 2020-06-25 17:31:07 +02:00
Makefile gnrc_icmpv6_error: initial import 2016-01-23 16:04:05 +01:00