mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
The following should be correct sample:
do
{
ready = !notready();
}
while (!ready);
senddata();
do
{
ptr++;
}
while (*ptr != '\0');
|
||
|---|---|---|
| .. | ||
| doc_templates | ||
| coding_style.rst | ||
| documentation.rst | ||
| index.rst | ||
| making-changes.rst | ||
| releases.rst | ||
| workflow.rst | ||