chg: add response ack.

This commit is contained in:
iceman1001 2018-02-13 15:45:15 +01:00
commit 46d540490f
4 changed files with 22 additions and 0 deletions

View file

@ -190,4 +190,5 @@ void EXFLASH_TEST(void) {
Dbprintf("%s \r\n","TEST done!");
EXFLASH_Erase();
cmd_send(CMD_ACK, 1, 0, 0, 0,0);
}