Skip to content

Commit

Permalink
fix missing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkinne committed Jul 25, 2024
1 parent 504f1f2 commit 202bb6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ async fn partial_close_page<S: NorFlash>(

/// The state of a page
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[cfg_attr(feature = "defmt-03", derive(defmt::Format))]
enum PageState {
/// This page was fully written and has now been sealed
Closed,
Expand Down

0 comments on commit 202bb6b

Please sign in to comment.