summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ee47e4..bd4bdd8 100644
--- a/README.md
+++ b/README.md
@@ -156,7 +156,7 @@ pub unsafe fn sd_ble_gap_connect(
conn_cfg_tag: u8,
) -> u32 {
let ret: u32;
- asm!("svc 140",
+ core::arch::asm!("svc 140",
inout("r0") p_peer_addr => res,
inout("r1") p_scan_params => _,
inout("r2") p_conn_params => _,