We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d99f3 commit 7752289Copy full SHA for 7752289
zephyr-sys/build.rs
@@ -72,6 +72,7 @@ fn main() -> Result<()> {
72
.allowlist_function("gpio_.*")
73
.allowlist_function("sys_.*")
74
.allowlist_function("z_log.*")
75
+ .allowlist_function("bt_.*")
76
.allowlist_item("E.*")
77
.allowlist_item("K_.*")
78
.allowlist_item("ZR_.*")
0 commit comments