Skip to content

Commit 75a1c7f

Browse files
committed
regen
1 parent 744156a commit 75a1c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/qspi0/delay0.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ impl crate::Readable for DELAY0_SPEC {
129129
impl crate::Writable for DELAY0_SPEC {
130130
type Writer = W;
131131
}
132-
#[doc = "`reset()` method sets delay0 to value 0x0101"]
132+
#[doc = "`reset()` method sets delay0 to value 0x0001_0001"]
133133
impl crate::Resettable for DELAY0_SPEC {
134134
#[inline(always)]
135135
fn reset_value() -> Self::Ux {
136-
0x0101
136+
0x0001_0001
137137
}
138138
}

0 commit comments

Comments
 (0)