mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 12:59:44 -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
|
@ -34,7 +34,7 @@ int main()
|
|||
ReceiveCommand(&cmdbuf);
|
||||
HANDLE_ERROR
|
||||
for (i=0; i<5; i++) {
|
||||
ReceiveCommandP(&cmdbuf);
|
||||
ReceiveCommandPoll(&cmdbuf);
|
||||
}
|
||||
HANDLE_ERROR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue