X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7cf3ef203cceb0d5caab8c01b87324080f0d8fd9..42daa759c16328607aff6ab35ef97656ad2050da:/armsrc/appmain.c diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 4477a120..cfde4fbb 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;