Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
coding-standards [2020/09/02 11:12] wolfmanjm |
coding-standards [2020/11/05 21:36] wolfmanjm [Do not use blocking wait loops] |
||
---|---|---|---|
Line 90: | Line 90: | ||
=== Do not use blocking wait loops | === Do not use blocking wait loops | ||
- | There must not be any blocking wait loops in the code, there is no RTOS here so a blocking wait loop stops everythign | + | There must not be any blocking wait loops in the code, there is no RTOS here so a blocking wait loop stops everything |