mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
reduce some globals scope
This commit is contained in:
parent
5b54385347
commit
bc76c7263e
4 changed files with 7 additions and 7 deletions
|
@ -145,7 +145,7 @@ Initial values if not in flash
|
|||
{ 29 , 17 , 15 , 40 , 0 , 0 , 15 }, // Leading 0
|
||||
{ 29 , 17 , 15 , 31 , 47 , 63 , 15 } // 1 of 4
|
||||
*/
|
||||
t55xx_configurations_t T55xx_Timing = {
|
||||
static t55xx_configurations_t T55xx_Timing = {
|
||||
{
|
||||
#ifdef WITH_FLASH
|
||||
// PM3RDV4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue