You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
140: Cargo.toml: Add `links = "cortex-m"` r=therealprof a=jonas-schievink
This prevents linking multiple versions of `cortex-m` together, which would be
unsound. Currently it uses a `#[no_mangle]` static for this, which isn't always
reliable.
Fixes#137
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
0 commit comments