Skip to content

Commit

Permalink
headers: Add nimble_autoadv
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Dec 23, 2024
1 parent ce540e2 commit ff0cdbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions riot-headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff0cdbf

Please sign in to comment.