mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-29 03:17:59 +08:00
remove warnings of unused
This commit is contained in:
parent
5fd48305de
commit
00b67e2cdd
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef WITH_FLASH
|
||||
static void DownloadLogInstructions(void) {
|
||||
Dbprintf("");
|
||||
Dbprintf("[=] List all dumps from flash:");
|
||||
|
@ -52,6 +53,7 @@ static void DownloadLogInstructions(void) {
|
|||
Dbprintf("[=] To save a dump file from flash to client:");
|
||||
Dbprintf("[=] " _YELLOW_("-") " mem spiffs dump o hf-legic-UID-dump.bin f hf-legic-UID-dump.bin");
|
||||
}
|
||||
#endif
|
||||
|
||||
static void save_dump_to_file(legic_card_select_t *p_card) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue