mirror of
https://github.com/apache/nuttx.git
synced 2026-02-07 05:12:09 +08:00
The following should be correct sample:
do
{
ready = !notready();
}
while (!ready);
senddata();
do
{
ptr++;
}
while (*ptr != '\0');