rk_serial: fix compile error when printascii no define

This commit is contained in:
黄涛
2013-08-01 09:27:14 +08:00
parent c70658896d
commit 5161a4faf2

View File

@@ -161,7 +161,9 @@ static void dbg(const char *fmt, ...)
vsprintf(buff, fmt, va);
va_end(va);
#if defined(CONFIG_DEBUG_LL) || defined(CONFIG_RK_EARLY_PRINTK)
printascii(buff);
#endif
}
//enable log output