We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601f3fc commit 3d8bc44Copy full SHA for 3d8bc44
1 file changed
src/lib.rs
@@ -5,3 +5,6 @@
5
#![allow(clippy::missing_safety_doc)]
6
7
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
8
+
9
+// Compatibility hack to not have to update nrf-modem right away.
10
+pub const NRF_MODEM_DECT_PHY_SHMEM_CTRL_SIZE: u32 = NRF_MODEM_DECT_SHMEM_CTRL_SIZE;
0 commit comments