mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
lf cleanup - fixes
more lf em em4x50read fixes adjust heavy clipping ask clock detection clean up t55xx minor items
This commit is contained in:
parent
1f918317e2
commit
cc15a1187b
5 changed files with 142 additions and 149 deletions
|
@ -2020,7 +2020,7 @@ int CmdLoad(const char *Cmd)
|
|||
int CmdLtrim(const char *Cmd)
|
||||
{
|
||||
int ds = atoi(Cmd);
|
||||
|
||||
if (GraphTraceLen<=0) return 0;
|
||||
for (int i = ds; i < GraphTraceLen; ++i)
|
||||
GraphBuffer[i-ds] = GraphBuffer[i];
|
||||
GraphTraceLen -= ds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue