mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-06 19:51:50 +00:00
Remove unused definitions related to fixed-size SPI flash, improve comments for documentation
This commit is contained in:
@@ -283,7 +283,7 @@ static int l_GetFromFlashMemSpiffs(lua_State *L) {
|
||||
return returnToLuaWithError(L, "No FLASH MEM support");
|
||||
}
|
||||
|
||||
uint32_t start_index = 0, len = 0x40000; //FLASH_MEM_MAX_SIZE
|
||||
uint32_t start_index = 0, len = 0x40000; // 256kb FLASH_MEM_MAX_SIZE as default value
|
||||
char destfilename[32] = {0};
|
||||
size_t size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user