fixes tgc_vp setup in coremark
This commit is contained in:
parent
3114cb265a
commit
2f675e9bdd
|
@ -664,7 +664,7 @@ ee_vsprintf(char *buf, const char *fmt, va_list args)
|
||||||
void
|
void
|
||||||
uart_send_char(char c)
|
uart_send_char(char c)
|
||||||
{
|
{
|
||||||
#if defined(BOARD_ehrenberg)
|
#if defined(BOARD_ehrenberg) || defined(BOARD_tgc_vp)
|
||||||
while (get_uart_rx_tx_reg_tx_free(uart)==0) ;
|
while (get_uart_rx_tx_reg_tx_free(uart)==0) ;
|
||||||
uart_write(uart, c);
|
uart_write(uart, c);
|
||||||
if (c == '\n') {
|
if (c == '\n') {
|
||||||
|
|
Loading…
Reference in New Issue