From 2b538d4368648caa79b0712aab80301429a2f1f7 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 14 May 2026 12:00:29 +0200 Subject: [PATCH] headers: Sharpen criterion for presence of gnrc_netreg_entry_init_cb --- riot-c2rust.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riot-c2rust.h b/riot-c2rust.h index cd62098..faf9797 100644 --- a/riot-c2rust.h +++ b/riot-c2rust.h @@ -198,7 +198,7 @@ void use_everything(void) { sock_udp_recv(0, 0, 0, 0, 0); #endif -#ifdef MODULE_SOCK +#ifdef MODULE_GNRC_NETAPI_CALLBACKS gnrc_netreg_entry_init_cb(0, 0, 0); #endif