mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 22:40:25 +00:00
Remove unnecessary sarcastic comment
This commit is contained in:
parent
5a2f693551
commit
37b84a9dbb
1 changed files with 1 additions and 2 deletions
|
@ -233,8 +233,7 @@ static bool
|
||||||
// chances are, the new files are higher in the sorted list...
|
// chances are, the new files are higher in the sorted list...
|
||||||
// so the files keep shifting around while scrolling...
|
// so the files keep shifting around while scrolling...
|
||||||
// now this does something intelligent: loads and sorts all in one go.
|
// now this does something intelligent: loads and sorts all in one go.
|
||||||
// might take a few milliseconds longer, but atleast it works :kekw:
|
// might take a few milliseconds longer, but atleast it works
|
||||||
// and yes skotopes, most definitely a "limitation of fatfs driver" :roflmao:
|
|
||||||
UNUSED(offset);
|
UNUSED(offset);
|
||||||
UNUSED(count);
|
UNUSED(count);
|
||||||
if(browser->list_load_cb) {
|
if(browser->list_load_cb) {
|
||||||
|
|
Loading…
Reference in a new issue