Statistics: Posted by ecl66 — Fri Dec 11, 2015 12:52 am
Code:
void user_printf(char c)
{
// do nothing here
}
os_install_putc1(user_printf);
Code:
#ifdef USER_DEBUG
#define TRACE printf
#else
#define TRACE
#endif
Statistics: Posted by ESP_Faye — Thu Dec 10, 2015 11:39 am
Statistics: Posted by ecl66 — Wed Dec 09, 2015 1:58 am