mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-27 02:24:47 +08:00
missing
This commit is contained in:
parent
6653bffe00
commit
d137b74de7
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ static void printConnSpeed(uint32_t wait) {
|
|||
if (delta_time) {
|
||||
Dbprintf(" Transfer Speed PM3 -> Client... " _YELLOW_("%llu") " bytes/s", 1000 * (uint64_t)bytes_transferred / delta_time);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Prints runtime information about the PM3.
|
||||
|
|
Loading…
Reference in a new issue