Skip to content

Commit

Permalink
Remove superfluous no_mangle
Browse files Browse the repository at this point in the history
  • Loading branch information
mvirkkunen committed Nov 24, 2020
1 parent 0d37eb8 commit 970a498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtt-target/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ impl UpChannel {
/// is only safe to use in panic handlers and the like that permanently disable interrupts.
pub unsafe fn conjure(number: usize) -> Option<UpChannel> {
extern "C" {
#[no_mangle]
#[link_name = "_SEGGER_RTT"]
static mut CONTROL_BLOCK: MaybeUninit<rtt::RttHeader>;
}
Expand Down

0 comments on commit 970a498

Please sign in to comment.