rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
206 stars 33 forks source link

grep command has wrong case #53

Closed austinglaser closed 4 years ago

austinglaser commented 4 years ago

The grep command in smallest-no-std.md should exclude N, not lowercase n.

This is causing #52

andre-richter commented 4 years ago

54 is merged, which closes this issue.