Skip to content

Commit

Permalink
refactor(arch): rename the nrf52 module to nrf
Browse files Browse the repository at this point in the history
This module actually relates to the entire nRF family, including nRF51,
nRF52, and nRF53.
  • Loading branch information
ROMemories committed Apr 18, 2024
1 parent 7d30fbe commit 06a103d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/riot-rs-embassy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

pub mod define_peripherals;

#[cfg_attr(context = "nrf", path = "arch/nrf52.rs")]
#[cfg_attr(context = "nrf", path = "arch/nrf.rs")]
#[cfg_attr(context = "rp2040", path = "arch/rp2040.rs")]
#[cfg_attr(context = "esp", path = "arch/esp.rs")]
#[cfg_attr(
Expand Down

0 comments on commit 06a103d

Please sign in to comment.