From ff0cdbf711ef69fc38d6be394eaac58b64f1256a Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 23 Dec 2024 02:23:59 +0100 Subject: [PATCH] headers: Add nimble_autoadv --- riot-headers.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/riot-headers.h b/riot-headers.h index c4ff4d7..0a444ac 100644 --- a/riot-headers.h +++ b/riot-headers.h @@ -192,6 +192,13 @@ #endif /* packages */ +#ifdef MODULE_NIMBLE_AUTOADV +# ifndef IS_C2RUST +/* These contain variadic functions ... and besides, let's only use C2Rust where we need it */ +# include "nimble_autoadv.h" +# include "nimble_autoadv_params.h" +# endif +#endif #ifdef MODULE_NIMBLE_HOST # include "host/ble_gatt.h" # ifndef IS_C2RUST