mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 01:30:18 +00:00
Firmware: allow command to be entered when there are continuous watchpoints firing
Change-Id: I55f279c251276968de5686be5d7ea1e1044df1ba
This commit is contained in:
parent
7452019cb7
commit
ea39bc3ba2
@ -929,7 +929,7 @@ void test(unsigned int start, unsigned int end, int data) {
|
||||
|
||||
int pollForEvents() {
|
||||
int cont = 1;
|
||||
while (STATUS_DIN & BW_ACTIVE_MASK) {
|
||||
if (STATUS_DIN & BW_ACTIVE_MASK) {
|
||||
cont = logDetails();
|
||||
hwCmd(CMD_WATCH_READ, 0);
|
||||
Delay_us(10);
|
||||
|
Loading…
Reference in New Issue
Block a user