add weak definitions for nonvolatila functions

This commit is contained in:
Conor Patrick
2019-11-20 11:03:33 -05:00
parent 1d63154699
commit 85ddc40036
2 changed files with 65 additions and 2 deletions

View File

@@ -81,7 +81,6 @@ int main(int argc, char *argv[])
}
// Should never get here
usbhid_close();
printf1(TAG_GREEN, "done\n");
return 0;
}