From 6ab1b285a09e2da45b9d2292a65407a8dfdc924e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 20 Apr 2018 19:50:56 +0200 Subject: [PATCH] chg. --- armsrc/appmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index f055e57f0..562a5edd0 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -1138,7 +1138,7 @@ void UsbPacketReceived(uint8_t *packet, int len) { case CMD_UPLOAD_FLASH_MEM: LED_B_ON(); - cmd_send(CMD_ACK, isok, 0, 0, 0, 0); + cmd_send(CMD_ACK, 1, 0, 0, 0, 0); LED_B_OFF(); break; case CMD_DOWNLOAND_FLASH_MEM: {