fix bsd/bip6.c:35:16: error: variadic macros are a C99 feature (#805)

Copy debug_fprintf_bip6() from linux
This commit is contained in:
Patrick Grimm
2024-10-11 16:46:17 +02:00
committed by GitHub
parent 52a2cd437a
commit e71c4177a1
2 changed files with 34 additions and 15 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ static void debug_print_ipv6(const char *str, const struct in6_addr *addr)
}
/**
* @brief Enabled debug printing of BACnet/IPv4
* @brief Enabled debug printing of BACnet/IPv6
*/
void bip6_debug_enable(void)
{