nuttx/Documentation/contributing
rovinyu 906279e37a Modify `do while` Statement typo
The following should be correct sample:
do
  {
    ready = !notready();
  }
while (!ready);

senddata();

do
  {
    ptr++;
  }
while (*ptr != '\0');
2025-12-29 09:40:54 +08:00
..
doc_templates
coding_style.rst Modify `do while` Statement typo 2025-12-29 09:40:54 +08:00
documentation.rst
index.rst
making-changes.rst
releases.rst
workflow.rst