Skip to content

Commit

Permalink
Fix applet name in temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ottobonn committed Oct 3, 2020
1 parent 868532c commit a289ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdloader_common.c
Expand Up @@ -831,7 +831,7 @@ int main(int argc, char *argv[])
strlower(mcu->name);

//sprintf(appletfname, "applet-flash-%s.bin", mcu->name);
sprintf(appletfname, "applet-flash-samd51j19a.bin", mcu->name); //temporary fix
sprintf(appletfname, "applet-flash-samd51j18a.bin", mcu->name); //temporary fix

printf("Applet file: %s\n", appletfname);

Expand Down

0 comments on commit a289ecc

Please sign in to comment.