X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/cda2a4c0a5e9b9e2a373aeb822111237ff9ec710..bf7163bdb387693ea592c212c659bbb095f84cb4:/armsrc/appmain.c diff --git a/armsrc/appmain.c b/armsrc/appmain.c index cfde4fbb..4477a120 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -866,7 +866,7 @@ void UsbPacketReceived(uint8_t *packet, int len) LED_D_OFF(); // LED D indicates field ON or OFF break; - case CMD_DOWNLOAD_RAW_ADC_SAMPLES_125K: { + case CMD_DOWNLOAD_RAW_ADC_SAMPLES_125K: // UsbCommand n; // if(c->cmd == CMD_DOWNLOAD_RAW_ADC_SAMPLES_125K) { // n.cmd = CMD_DOWNLOADED_RAW_ADC_SAMPLES_125K; @@ -888,7 +888,7 @@ void UsbPacketReceived(uint8_t *packet, int len) // Trigger a finish downloading signal with an ACK frame cmd_send(CMD_ACK,0,0,0,0,0); LED_B_OFF(); - } break; + break; case CMD_DOWNLOADED_SIM_SAMPLES_125K: { uint8_t *b = (uint8_t *)BigBuf;