mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07: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) {
|
if (delta_time) {
|
||||||
Dbprintf(" Transfer Speed PM3 -> Client... " _YELLOW_("%llu") " bytes/s", 1000 * (uint64_t)bytes_transferred / delta_time);
|
Dbprintf(" Transfer Speed PM3 -> Client... " _YELLOW_("%llu") " bytes/s", 1000 * (uint64_t)bytes_transferred / delta_time);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints runtime information about the PM3.
|
* Prints runtime information about the PM3.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue