Skip to content

Commit 8888bba

Browse files
committed
fix
1 parent e953dfa commit 8888bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/peripheral.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub fn render(p_original: &Peripheral, index: &Index, config: &Config) -> Result
8787
pub struct #pspec;
8888

8989
#feature_attribute
90-
impl PeripheralSpec for #pspec {
90+
impl crate::PeripheralSpec for #pspec {
9191
type RB = #base::RegisterBlock;
9292
const ADDRESS: usize = #address;
9393
const NAME: &str = #name_str;

0 commit comments

Comments
 (0)