Revert "lf sim fixes/creations"

This reverts commit 293de1bad7.
This commit is contained in:
marshmellow42 2015-03-06 12:26:33 -05:00
parent 293de1bad7
commit e09f21fa7b
7 changed files with 2129 additions and 40 deletions

View file

@ -266,7 +266,7 @@ int CmdEM410xSim(const char *Cmd)
/* stop bit */
AppendGraph(1, clock, 0);
CmdLFSim("0"); //240 start_gap.
CmdLFSim("240"); //240 start_gap.
return 0;
}