From 13dd1668a6fc3be71fbd7dcc98a6d3d2cc6ddecc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 31 Mar 2015 10:22:58 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7835 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chvt.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'os/rt/include/chvt.h') diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index c3457894f..b2118df07 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -481,10 +481,6 @@ static inline void chVTDoTickI(void) { chVTGetSystemTimeX() + 1), "out of time window"); -/* if (now > 21) { - __BKPT(0); - }*/ - /* Timers processing loop.*/ while (true) { systime_t now; @@ -534,11 +530,6 @@ static inline void chVTDoTickI(void) { if (delta < (systime_t)CH_CFG_ST_TIMEDELTA) { delta = (systime_t)CH_CFG_ST_TIMEDELTA; } - -// if (now + delta >= 23) { -// __BKPT(0); -// } - port_timer_set_alarm(now + delta); chDbgAssert((chVTGetSystemTimeX() - ch.vtlist.vt_lasttime) < delta, -- cgit v1.2.3