Use an em bikeshed instead of an underscore bikeshed.

This commit is contained in:
Bob McWhirter
2021-08-02 13:29:06 -04:00
parent 5f9447abb4
commit 63b32b39e1
6 changed files with 6 additions and 16 deletions

View File

@ -17,7 +17,7 @@ regex = "1.5.4"
[features]
rt = ["cortex-m-rt/device"]
memory_x = []
memory-x = []
# BEGIN GENERATED FEATURES
# Generated by gen_features.py. DO NOT EDIT.

View File

@ -28,7 +28,7 @@ fn main() {
chip_name.to_ascii_lowercase()
);
#[cfg(feature = "memory_x")]
#[cfg(feature = "memory-x")]
println!(
"cargo:rustc-link-search={}/src/chips/{}/memory_x/",
out_dir.display(),