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