mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
configuring fpga and dma
This commit is contained in:
parent
541c060a5d
commit
e3a50e0e1e
3 changed files with 79 additions and 3 deletions
|
@ -1389,7 +1389,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
case CMD_HF_ACQ_RAW_ADC: {
|
||||
uint32_t samplesCount = 0;
|
||||
memcpy(&samplesCount, packet->data.asBytes, 4);
|
||||
HfReadADC(samplesCount);
|
||||
HfReadADC(samplesCount, true);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue