Skip to content

Commit

Permalink
Reverting change to fix compiler warning. According to PR prusa3d#2901,…
Browse files Browse the repository at this point in the history
… this shouldn't be touched.
  • Loading branch information
scottmudge committed Jan 9, 2021
1 parent 9a66278 commit 4e48717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static void lcd_implementation_drawmenu_sdfile_selected(uint8_t row, const char*

if (longFilename[0] == '\0')
{
longFilename = (char*)filename;
longFilename = filename;
}

int i = 1;
Expand Down

0 comments on commit 4e48717

Please sign in to comment.