Skip to content

Commit

Permalink
Merge pull request #52 from RIOT-OS/nimble-autoadv
Browse files Browse the repository at this point in the history
headers: Add nimble_autoadv
  • Loading branch information
Teufelchen1 authored Jan 6, 2025
2 parents ce540e2 + ff0cdbf commit 49da5e7
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 49da5e7

Please sign in to comment.