Merge branch 'refactor-interrupts' into refactor-interrupts

This commit is contained in:
acheronfail
2018-10-18 22:58:42 +11:00
committed by GitHub

View File

@@ -300,7 +300,7 @@ pub mod interrupts;
pub mod serial;
```
Now we can use our `print!` and `println!` macros in `interrupts.rs`. If you'd like to know more about the ins and outs of macros and how they differ from functions [you can find more information here](in-depth-rust-macros).
Now we can use our `print!` and `println!` macros in `interrupts.rs`. If you'd like to know more about the ins and outs of macros and how they differ from functions [you can find more information here][in-depth-rust-macros].
[in-depth-rust-macros]: https://doc.rust-lang.org/book/second-edition/appendix-04-macros.html