Skip to content

Commit 3d8bc44

Browse files
committed
DO NOT MERGE: Work around some breaking change since 3.0.2
1 parent 601f3fc commit 3d8bc44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
#![allow(clippy::missing_safety_doc)]
66

77
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

Comments
 (0)