replaced board_printf() with xprintf()
This commit is contained in:
@@ -173,7 +173,7 @@ static struct ehci {
|
|||||||
#endif /* DEBUG */
|
#endif /* DEBUG */
|
||||||
#define err xprintf
|
#define err xprintf
|
||||||
#ifdef SHOW_INFO
|
#ifdef SHOW_INFO
|
||||||
#define info(format, arg...) board_printf("INFO: " format "\r\n", ## arg)
|
#define info(format, arg...) xprintf("INFO: " format "\r\n", ## arg)
|
||||||
#else
|
#else
|
||||||
#define info(format, arg...) do {} while (0)
|
#define info(format, arg...) do {} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user