mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
update pic32 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1480 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user