From 71aa78ac76e2a93193882f55ca40d49914f19e55 Mon Sep 17 00:00:00 2001 From: David Banks Date: Tue, 29 Oct 2019 16:56:49 +0000 Subject: [PATCH] Comment only Change-Id: Ie75175b6ea1842bf2020149770e7572b2d944ec4 --- firmware/AtomBusMon.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware/AtomBusMon.c b/firmware/AtomBusMon.c index cc649b5..4b6c21b 100644 --- a/firmware/AtomBusMon.c +++ b/firmware/AtomBusMon.c @@ -1295,9 +1295,6 @@ void doCmdTrigger(char *params) { // This allows you to single step over a subroutine call, or // continue exeuting until a loop exits. // -// Note: the implemention is quite simplistic, and the transient breakpoint -// will be removed when continue exits, regardless of whether the transient -// breakpoint was hit. void doCmdNext(char *params) { if (numbkpts == MAXBKPTS) { logTooManyBreakpoints();