Skip to content

Commit

Permalink
Update src/lib/parameters/flashparams/flashfs32.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl authored Dec 3, 2024
1 parent de3e6aa commit c6312bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/parameters/flashparams/flashfs32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ int parameter_flashfs_init(sector_descriptor_t *fconfig, uint8_t *buffer, uint16
/* No paramaters */

if (pf == NULL) {
// Parameters can't be found, assume sector is corrupt
// Parameters can't be found, assume sector is corrupt or empty
rv = parameter_flashfs_erase();
}

Expand Down

0 comments on commit c6312bb

Please sign in to comment.