update pic32 bsp

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1480 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
wuyangyong
2011-06-10 02:51:36 +00:00
parent f00548260a
commit 1df295f8f4
8 changed files with 140 additions and 43 deletions

View File

@@ -24,7 +24,7 @@
void rt_hw_console_init(void)
{
//Initialize the DB_UTILS IO channel
DBINIT();
// DBINIT();
}
/**
@@ -34,6 +34,6 @@ void rt_hw_console_init(void)
*/
void rt_hw_console_output(const char* str)
{
DBPRINTF(str);
// DBPRINTF(str);
}