mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 11:38:38 -07:00
rename ReceiveCommandP -> ReceiveCommandPoll for consistency
This commit is contained in:
parent
a99c6a1921
commit
aa81a8d3f1
4 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ static void *usb_receiver(void *targ) {
|
|||
UsbCommand cmdbuf;
|
||||
|
||||
while(arg->run) {
|
||||
if (ReceiveCommandP(&cmdbuf) > 0) {
|
||||
if (ReceiveCommandPoll(&cmdbuf)) {
|
||||
int i;
|
||||
|
||||
for (i=0; i<strlen(PROXPROMPT); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue