mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
22c5364a23
commit
ecb535cc58
3 changed files with 10 additions and 10 deletions
|
@ -355,13 +355,13 @@ static int CmdFlashMemSpiFFSLoad(const char *Cmd) {
|
|||
size_t datalen = 0;
|
||||
uint8_t *data = NULL;
|
||||
|
||||
int res = loadFile_safe(filename, "", (void**)&data, &datalen);
|
||||
int res = loadFile_safe(filename, "", (void **)&data, &datalen);
|
||||
// int res = loadFileEML( filename, data, &datalen);
|
||||
if (res != PM3_SUCCESS) {
|
||||
free(data);
|
||||
return PM3_EFILE;
|
||||
}
|
||||
|
||||
|
||||
// We want to mount before multiple operation so the lazy writes/append will not
|
||||
// trigger a mount + umount each loop iteration (lazy ops device side)
|
||||
SendCommandNG(CMD_SPIFFS_MOUNT, NULL, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue