mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
export esp32c3 nop
export esp32c3 nop export esp32c3 nop
This commit is contained in:
parent
2b2208e217
commit
852d63d9e4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
use esp32c3::INTERRUPT_CORE0; //priority threshold control
|
use esp32c3::INTERRUPT_CORE0; //priority threshold control
|
||||||
pub use esp32c3::{Interrupt, Peripherals};
|
pub use esp32c3::{Interrupt, Peripherals};
|
||||||
pub use riscv::{interrupt, register::mcause}; //low level interrupt enable/disable
|
pub use riscv::{asm::nop, interrupt, register::mcause}; //low level interrupt enable/disable
|
||||||
|
|
||||||
#[cfg(all(feature = "riscv-esp32c3", not(feature = "riscv-esp32c3-backend")))]
|
#[cfg(all(feature = "riscv-esp32c3", not(feature = "riscv-esp32c3-backend")))]
|
||||||
compile_error!("Building for the esp32c3, but 'riscv-esp32c3-backend not selected'");
|
compile_error!("Building for the esp32c3, but 'riscv-esp32c3-backend not selected'");
|
||||||
|
|
Loading…
Reference in a new issue