mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: minor changes to text, explaining current implementation for "lf pyramid clone/sim" only works for 26bits.
This commit is contained in:
parent
220d638d92
commit
69c4516d32
2 changed files with 6 additions and 6 deletions
|
@ -1259,7 +1259,6 @@ void T55xxWakeUp(uint32_t Pwd){
|
|||
}
|
||||
|
||||
/*-------------- Cloning routines -----------*/
|
||||
|
||||
void WriteT55xx(uint32_t *blockdata, uint8_t startblock, uint8_t numblocks) {
|
||||
// write last block first and config block last (if included)
|
||||
for (uint8_t i = numblocks+startblock; i > startblock; i--)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue