summaryrefslogtreecommitdiff
path: root/nrf-softdevice-s132/src/lib.rs
diff options
context:
space:
mode:
authorTimo Kröger <timo.kroeger@hitachienergy.com>2021-12-22 12:52:51 +0100
committerTimo Kröger <timo.kroeger@hitachienergy.com>2021-12-22 12:52:51 +0100
commitf81a201211d63a994528e69b1c5a224be9b53f85 (patch)
tree8b9fde02b66d8b98359a0b3c3823c8c94d5def4a /nrf-softdevice-s132/src/lib.rs
parent6a01c4ceb7d1f1d9fc06e74e9a264037ac1159c5 (diff)
downloadnrf-softdevice-f81a201211d63a994528e69b1c5a224be9b53f85.zip
Update toolchain
Update the toolchain to match embassy. I manually replaced `asm!` with `core::arch::asm!` in bindings because regenerating them resulted in a large diff.
Diffstat (limited to 'nrf-softdevice-s132/src/lib.rs')
-rw-r--r--nrf-softdevice-s132/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/nrf-softdevice-s132/src/lib.rs b/nrf-softdevice-s132/src/lib.rs
index d5bf6e7..bdfddda 100644
--- a/nrf-softdevice-s132/src/lib.rs
+++ b/nrf-softdevice-s132/src/lib.rs
@@ -3,7 +3,6 @@
#![allow(non_upper_case_globals)]
#![allow(non_snake_case)]
#![allow(dead_code)]
-#![feature(asm)]
mod bindings;