Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
coding-standards [2020/09/02 11:12] wolfmanjm |
coding-standards [2021/02/22 17:47] (current) |
||
---|---|---|---|
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 |