diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-25 20:29:50 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-25 20:29:50 +0000 |
commit | d31b3d578ef54b23c14d1833d57290b85fe2a98b (patch) | |
tree | 5d1bbf261c26705f1be63a56d2ab2817990a9938 | |
parent | 9697edce01bfaa59d5b68d3b82a8a03f73e35a4f (diff) |
- remove bogus case '8'
git-svn-id: https://svn.openpcd.org:2342/trunk@138 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/dbgu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openpcd/firmware/src/dbgu.c b/openpcd/firmware/src/dbgu.c index fa2855e..2e8cb8b 100644 --- a/openpcd/firmware/src/dbgu.c +++ b/openpcd/firmware/src/dbgu.c @@ -99,8 +99,6 @@ static void DBGU_irq_handler(void) case '7': rc632_dump(); break; - case '8': - break; default: if (_main_dbgu(value) < 0) AT91F_DBGU_Printk("\n\r"); |