Merge pull request #4 from antage/fix-1

Fix documentation mistype in examples/crash.rs
This commit is contained in:
Jorge Aparicio
2017-05-11 12:48:53 -05:00
committed by GitHub

View File

@@ -27,7 +27,7 @@
//! $2 = cortex_m::exception::Exception::HardFault //! $2 = cortex_m::exception::Exception::HardFault
//! //!
//! (gdb) # Where did we come from? //! (gdb) # Where did we come from?
//! (gdb) print _e //! (gdb) backtrace
//! ``` //! ```
#![feature(used)] #![feature(used)]