"form" to "from" 

Signed-off-by: Builderhummel <max.kretschmann@tuhh.de>
This commit is contained in:
Builderhummel 2022-09-02 14:47:12 +02:00 committed by GitHub
commit de40ae1f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ void RunMod(void) {
//Indicate which card will be simulated //Indicate which card will be simulated
LED(i, 0); LED(i, 0);
//Try to load dump form flash //Try to load dump from flash
sprintf(cur_dump_file, HF_LEGICSIM_DUMPFILE_SIM, i); sprintf(cur_dump_file, HF_LEGICSIM_DUMPFILE_SIM, i);
Dbprintf(_YELLOW_("[Slot: %d] Try to load dump file: %s"), i, cur_dump_file); Dbprintf(_YELLOW_("[Slot: %d] Try to load dump file: %s"), i, cur_dump_file);
if (!fill_eml_from_file(cur_dump_file)) { if (!fill_eml_from_file(cur_dump_file)) {