mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-02 23:32:02 +00:00
Firmware: clear breakpoints on initialization
Change-Id: I893c2b10895e951c636705a0903c7a136c071942
This commit is contained in:
parent
c8d084832b
commit
7452019cb7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user