Skip to content

Commit

Permalink
export esp32c3 nop
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Sep 27, 2023
1 parent 5a1b4bd commit c466087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtic/src/export/riscv_esp32c3.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use esp32c3::INTERRUPT_CORE0; //priority threshold control
pub use esp32c3::{Interrupt, Peripherals};
pub use riscv::{interrupt, register::mcause, asm::nop}; //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")))]
compile_error!("Building for the esp32c3, but 'riscv-esp32c3-backend not selected'");
Expand Down

0 comments on commit c466087

Please sign in to comment.