You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
rewrite(components/fatfs): use constant instead number
rewrite(components/fatfs): use constant instead number (IDFGH-14472)
Jan 21, 2025
Answers checklist.
General issue report
Code contain a magic expression in
assert
esp-idf/components/fatfs/diskio/diskio_wl.c
Line 67 in 0f0068f
I suggest replacing it with
assert(wl_handle != WL_INVALID_HANDLE);
edited (error corrected)
The text was updated successfully, but these errors were encountered: