change split_features from array to Vec
This commit is contained in:
parent
49608714aa
commit
5c83179071
@ -95,7 +95,7 @@ fn main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Extra analog switch pins available on most H7 chips
|
// Extra analog switch pins available on most H7 chips
|
||||||
let split_features = [
|
let split_features: Vec<SplitFeature> = vec![
|
||||||
#[cfg(feature = "split-pa0")]
|
#[cfg(feature = "split-pa0")]
|
||||||
SplitFeature {
|
SplitFeature {
|
||||||
feature_name: "split-pa0".to_string(),
|
feature_name: "split-pa0".to_string(),
|
||||||
|
Loading…
Reference in New Issue
Block a user