projects.
@@ -0,0 +1,9 @@
#include "U2FDevice.hpp"
#include "Architecture.hpp"
int main(int argc, char **argv) {
initialiseLights(argv[0]);
int retCode = handleTransactions(argv[0], argc == 2 ? argv[1] : STORAGE_PREFIX);
deinitialiseLights(argv[0]);
return retCode;
}
The note is not visible to the blocked user.