style
This commit is contained in:
@@ -470,7 +470,7 @@ int CmdEM4x50Chk(const char *Cmd) {
|
||||
|
||||
// upload to flash.
|
||||
datalen = MIN(bytes_remaining, keyblock);
|
||||
res = flashmem_spiffs_load((char*)destfn, keys, datalen);
|
||||
res = flashmem_spiffs_load((char *)destfn, keys, datalen);
|
||||
if (res != PM3_SUCCESS) {
|
||||
PrintAndLogEx(WARNING, "SPIFFS upload failed");
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user