mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Final (?) fixes to git versioning https://github.com/Proxmark/proxmark3/issues/10
This commit is contained in:
parent
7eb0f3d0ff
commit
cba867f202
2 changed files with 9 additions and 9 deletions
|
@ -336,7 +336,7 @@ extern struct version_information version_information;
|
|||
extern char *_bootphase1_version_pointer, _flash_start, _flash_end;
|
||||
void SendVersion(void)
|
||||
{
|
||||
char temp[48]; /* Limited data payload in USB packets */
|
||||
char temp[256]; /* Limited data payload in USB packets */
|
||||
DbpString("Prox/RFID mark3 RFID instrument");
|
||||
|
||||
/* Try to find the bootrom version information. Expect to find a pointer at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue