Updated Coding Standards (markdown)
parent
e5c3d901bd
commit
1baff8a09a
1 changed files with 2 additions and 2 deletions
|
|
@ -169,8 +169,8 @@ __In Conditionals.h:__
|
||||||
* My feature
|
* My feature
|
||||||
*/
|
*/
|
||||||
#if defined(MYFEATURE)
|
#if defined(MYFEATURE)
|
||||||
#undef OVERRIDDEN_FEATURE
|
#undef OVERRIDDEN_FEATURE // This feature is disabled by MYFEATURE
|
||||||
#undef OVERRIDDEN_SETTING
|
#undef OVERRIDDEN_SETTING // This setting will always be 1234 with MYFEATURE
|
||||||
#define OVERRIDDEN_SETTING 1234
|
#define OVERRIDDEN_SETTING 1234
|
||||||
#endif
|
#endif
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue