]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.c
make LF sampling ACK to fix USB timing issue in em410xwatch
[proxmark3-svn] / client / cmdmain.c
index 3cdcd08937a8497d0258432aacf5352e4aea616a..30b431f55895b27248469c6d165b11081d2588d1 100644 (file)
@@ -125,6 +125,7 @@ void UsbCommandReceived(UsbCommand *UC)
       for(i=0; i<48; i++) sample_buf[i] = UC->d.asBytes[i];
       received_command = UC->cmd;
       return;
+    case CMD_ACQUIRE_RAW_ADC_SAMPLES_125K:
     case CMD_DOWNLOADED_SIM_SAMPLES_125K:
       if (UC->cmd != CMD_ACK) goto unexpected_response;
       // got ACK
Impressum, Datenschutz