Better Reply structs

This commit is contained in:
Philippe Teuwen
2019-04-17 23:44:48 +02:00
parent 64eb93c9c4
commit 533667ea6d
57 changed files with 725 additions and 718 deletions

View File

@@ -26,7 +26,7 @@ int main() {
while (1) {
while (!OpenProxmark()) { sleep(1); }
while (1) {
UsbCommand cmdbuf;
UsbCommandOLD cmdbuf;
CommandReceived("hf 14a sniff");
HANDLE_ERROR;
ReceiveCommand(&cmdbuf);