embassy-rp : Added intrinsic feature flag to global_asm macro

This commit is contained in:
Peter Krull 2023-04-23 15:59:56 +02:00
parent cc5bca8e83
commit 8285263fc2

View File

@ -284,7 +284,7 @@ macro_rules! intrinsics {
// alias the division operators to these for a similar reason r0 is the
// result either way and r1 a scratch register, so the caller can't assume it
// retains the argument value.
#[cfg(target_arch = "arm")]
#[cfg(all(target_arch = "arm", feature = "intrinsics"))]
core::arch::global_asm!(
".macro hwdivider_head",
"ldr r2, =(0xd0000000)", // SIO_BASE