fixes tgc_vp setup in coremark

This commit is contained in:
Eyck Jentzsch 2024-06-30 17:26:58 +02:00
parent 3114cb265a
commit 2f675e9bdd
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ ee_vsprintf(char *buf, const char *fmt, va_list args)
void
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) ;
uart_write(uart, c);
if (c == '\n') {