remove warnings of unused

This commit is contained in:
iceman1001 2020-05-11 22:12:46 +02:00
parent 5fd48305de
commit 00b67e2cdd

View file

@ -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) {