Exemplo n.º 1
0
static void waitForUartToAllowTransmit(void)
{
    while (!targetUartCanTransmit())
    {
        yieldUartBusToDma();
    }
}
Exemplo n.º 2
0
static void waitForUartToAllowTransmit(void)
{
    while (!targetUartCanTransmit())
    {
    }
}