Changed createKeyDump to a less generic name (createMfcKeyDump).

This commit is contained in:
Matthias Konrath 2019-08-26 14:29:21 +02:00
commit 236c2eb1d0
3 changed files with 5 additions and 30 deletions

View file

@ -112,7 +112,7 @@ int saveFileJSON(const char *preferredName, JSONFileType ftype, uint8_t *data, s
* @param fptr string pointer to the filename
* @return 0 for ok, 1 for failz
*/
int createKeyDump(uint8_t sectorsCnt, sector_t *e_sector, char* fptr);
int createMfcKeyDump(uint8_t sectorsCnt, sector_t *e_sector, char* fptr);
/** STUB
* @brief Utility function to load data from a binary file. This method takes a preferred name.