#include "sleep.h"
#include "ui.h"
-#include "proxusb.h"
+//#include "proxusb.h"
#include "cmdmain.h"
#define HANDLE_ERROR if (error_occured) { \
ReceiveCommandPoll(&cmdbuf);
}
HANDLE_ERROR;
- CommandReceived("hf 14a list");
+ CommandReceived("hf list 14a");
HANDLE_ERROR;
}
}