mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: remove warnings on coverity
chg: encapsule flasmem function calls
This commit is contained in:
parent
df70619888
commit
02cc278e19
4 changed files with 18 additions and 20 deletions
|
@ -1815,7 +1815,6 @@ void setupIclassReader() {
|
|||
|
||||
SetAdcMuxFor(GPIO_MUXSEL_HIPKD);
|
||||
|
||||
// Reset trace buffer
|
||||
clear_trace();
|
||||
set_tracing(true);
|
||||
|
||||
|
@ -1824,7 +1823,6 @@ void setupIclassReader() {
|
|||
FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_ISO14443A | FPGA_HF_ISO14443A_READER_MOD);
|
||||
SpinDelay(300);
|
||||
|
||||
// Start the timer
|
||||
StartCountSspClk();
|
||||
|
||||
LED_A_ON();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue