Skip to content

Commit

Permalink
Revert "remove unused buffer from previous commit."
Browse files Browse the repository at this point in the history
This reverts commit 2f8b3f5.
  • Loading branch information
saulfabregwiivc committed Nov 4, 2023
1 parent 1747015 commit 0102b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/rom_gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ int isROMEEPROM16k()
/* Loads the ROM into the ROM cache */
int rom_read(fileBrowser_file* file){

char buffer[1024];
int i;

rom_file = file;
Expand Down

0 comments on commit 0102b65

Please sign in to comment.