diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-23 20:19:07 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-23 20:19:07 +0000 |
commit | b01f675a09f97a0b1888fb5015541ebf2f7b9632 (patch) | |
tree | 4e91db165628496e9ad4f789ed0e153a6cf595a9 | |
parent | 28a12f7d0b7c12b2c61981d10276790b4f9e6a73 (diff) |
flush debug buffer from main loop
git-svn-id: https://svn.openpcd.org:2342/trunk@120 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpcd/firmware/src/main.c b/openpcd/firmware/src/main.c index 182964f..def9e57 100644 --- a/openpcd/firmware/src/main.c +++ b/openpcd/firmware/src/main.c @@ -30,5 +30,6 @@ int main(void) while (1) { /* Call application specific main idle function */ _main_func(); + dbgu_rb_flush(); } } |