From f6ce6d39e77108f8942c5e602c59f55cdefa3747 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 2 May 2009 16:23:00 +0000 Subject: [PATCH] - removed timer stuff Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@467 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/bsp/examples/dbg.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/CPUs/MIPS/bsp/examples/dbg.c b/lib/CPUs/MIPS/bsp/examples/dbg.c index b63dbd1..ab55cda 100644 --- a/lib/CPUs/MIPS/bsp/examples/dbg.c +++ b/lib/CPUs/MIPS/bsp/examples/dbg.c @@ -50,9 +50,6 @@ void dbg_handler(struct xcptcontext * xcp) UINT32 bp_addr, bp_index = 0, branch_addr, reg, result, bp_type; int junk, i, leave_isr, is_branch_shadow, is_user_bp; UINT32 volatile *pBtn = (UINT32*)sys_gpio0; - UINT32 volatile *pTim_stat = (UINT32*)sys_itim_stat; - UINT32 volatile *pTim_cnt = (UINT32*)sys_itim_cnt; - UINT32 volatile *pTim_cmp = (UINT32*)sys_itim_cmp; UINT32 *pInstr, *pAddr_curr, *pAddr_prev, *pAddr_next; sputs("\n");