Skip to content

Commit

Permalink
Fix typo in little fs metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Oct 1, 2024
1 parent 05022f7 commit eff1eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/File_system/src/LittleFS/Metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub struct Metadata_type {
}

impl Metadata_type {
pub const Identifer: u8 = 0x01;
pub const Identifier: u8 = 0x01;

pub const Default: Self = Self {
Type: Type_type::File,
Expand Down

0 comments on commit eff1eb0

Please sign in to comment.