added a static Writer to reuse in the program
This commit is contained in:
parent
2bd6ba35fc
commit
daec1c75bf
3 changed files with 40 additions and 17 deletions
|
@ -17,3 +17,8 @@ panic = "abort" # disable stack unwinding on panic
|
|||
[dependencies]
|
||||
bootloader = "0.9"
|
||||
volatile = "0.2.6"
|
||||
spin = "0.5.2"
|
||||
|
||||
[dependencies.lazy_static]
|
||||
version = "1.0"
|
||||
features = ["spin_no_std"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue