Skip to content

Commit

Permalink
Merge branch 'main' into fix_invalid_path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell authored Jan 30, 2024
2 parents 8fbf100 + e23ce7d commit 6c68484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ff_fat.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ FF_Buffer_t * prvGetFromFATBuffers( FF_IOManager_t * pxIOManager,

if( FF_isERR( xError ) )
{
xError = FF_CreateError( FF_GETERROR( xError ), FF_GETFATENTRY );
xError = FF_createERR( FF_GETERROR( xError ), FF_GETFATENTRY );
}
else
{
Expand Down

0 comments on commit 6c68484

Please sign in to comment.