mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
revert back..
This commit is contained in:
parent
ee1612870c
commit
0520d42f3d
2 changed files with 4 additions and 4 deletions
|
@ -541,14 +541,13 @@ int FpgaGetCurrent() {
|
|||
// log message
|
||||
// if HF, Disable SSC DMA
|
||||
// turn off trace and leds off.
|
||||
/*
|
||||
|
||||
void switch_off() {
|
||||
if (MF_DBGLEVEL > 3) Dbprintf("switch_off");
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
SpinDelay(100);
|
||||
//SpinDelay(100);
|
||||
if (downloaded_bitstream == FPGA_BITSTREAM_HF )
|
||||
FpgaDisableSscDma();
|
||||
set_tracing(false);
|
||||
LEDsoff();
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue