Commit ffbfa50
authored
Fixed erroneous example.
- `TRUE` is not defined.
- Redundant comparisons in conditions are [not recommended](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#es87-dont-add-redundant--or--to-conditions).1 parent 58a2b95 commit ffbfa50
File tree
1 file changed
+2
-2
lines changed- content/learn/08.contributions/00.arduino-writing-style-guide
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
0 commit comments