From d1c6f12aff9acfc6a16c7c05931e76eb48973439 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 2 May 2019 00:06:10 +0200 Subject: [PATCH] protect CMD_UPLOAD_SIM_SAMPLES_125K by WITH_LF --- armsrc/appmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index f877b88dd..bb7272c85 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -1299,7 +1299,6 @@ static void PacketReceived(PacketCommandNG *packet) { LED_B_OFF(); break; } -#endif case CMD_UPLOAD_SIM_SAMPLES_125K: { // iceman; since changing fpga_bitstreams clears bigbuff, Its better to call it before. // to be able to use this one for uploading data to device @@ -1316,6 +1315,7 @@ static void PacketReceived(PacketCommandNG *packet) { reply_old(CMD_ACK, 1, 0, 0, 0, 0); break; } +#endif case CMD_DOWNLOAD_EML_BIGBUF: { LED_B_ON(); uint8_t *mem = BigBuf_get_EM_addr();