1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00

fixed gcc build, thanks Luggi09 for the catch.

git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@356 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
timecop@gmail.com 2013-06-26 23:19:28 +00:00
parent 4bd505972d
commit eec35a20fd

View file

@ -227,7 +227,7 @@ void tfp_printf(char *fmt, ...)
va_start(va, fmt);
tfp_format(stdout_putp, stdout_putf, fmt, va);
va_end(va);
while (!uartTransmitEmpty());
while (!isUartTransmitEmpty());
}
static void putcp(void *p, char c)