Firmware: clear breakpoints on initialization

Change-Id: I893c2b10895e951c636705a0903c7a136c071942
This commit is contained in:
David Banks 2019-11-03 15:53:43 +00:00
parent c8d084832b
commit 7452019cb7

View File

@ -1382,6 +1382,8 @@ void initialize() {
CTRL_PORT = 0;
Serial_Init(57600,57600);
version();
// Update the hardware copy of the breakpoints
uploadBreakpoints();
hwCmd(CMD_RESET, 0);
hwCmd(CMD_FIFO_RST, 0);
setSingle(1);