fixes build to adapt to renamed env

This commit is contained in:
2024-03-02 16:08:42 +01:00
parent 20b2485ab9
commit 664dd67740
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ int __wrap_puts(const char *s)
uart_write(uart, *s);
#elif defined(BOARD_iss)
*((uint32_t*) 0xFFFF0000) = *s;
#elif defined(BOARD_TGC5L)
#elif defined(BOARD_TGCP)
//TODO: implement
#else
while (UART0_REG(UART_REG_TXFIFO) & 0x80000000) ;