mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
chg: spiffs load - broke out load
This commit is contained in:
parent
15b4b198b0
commit
5a33dca1a3
2 changed files with 70 additions and 60 deletions
|
@ -14,5 +14,6 @@
|
|||
#include "common.h"
|
||||
|
||||
int CmdFlashMemSpiFFS(const char *Cmd);
|
||||
int flashmem_spiffs_load(uint8_t *destfn, uint8_t *data, size_t datalen);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue