We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e953dfa commit 8888bbaCopy full SHA for 8888bba
src/generate/peripheral.rs
@@ -87,7 +87,7 @@ pub fn render(p_original: &Peripheral, index: &Index, config: &Config) -> Result
87
pub struct #pspec;
88
89
#feature_attribute
90
- impl PeripheralSpec for #pspec {
+ impl crate::PeripheralSpec for #pspec {
91
type RB = #base::RegisterBlock;
92
const ADDRESS: usize = #address;
93
const NAME: &str = #name_str;
0 commit comments