Use an em bikeshed instead of an underscore bikeshed.
This commit is contained in:
@ -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.
|
||||
|
@ -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(),
|
||||
|
Reference in New Issue
Block a user