Skip to content

Commit

Permalink
Improve doc for access_bank1
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis authored and richardeoin committed Mar 21, 2024
1 parent 30eea8f commit 0d1ab22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub trait FlashExt {
&mut self,
f: impl FnOnce(&mut LockedFlashBank, Option<&mut LockedFlashBank>) -> T,
) -> T;
///
/// Access to memory bank 1.
fn access_bank1<F, T>(&mut self, f: F) -> T
where
F: FnOnce(&mut LockedFlashBank) -> T;
Expand Down

0 comments on commit 0d1ab22

Please sign in to comment.