Skip to content

Commit

Permalink
#ifndef -> #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSloppy authored Oct 9, 2024
1 parent d5ccd21 commit c361035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/the-config_styles-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The CONFIG_STYLES section is a convenience location for placing custom style tem

Here is an example of what it could look like:
```cpp
#ifndef CONFIG_STYLES
#ifdef CONFIG_STYLES
using BatteryLevelStyle = InOutHelperX<Gradient<Red,Orange,Yellow,Green,Green,Green,Green>, BatteryLevel>;
#endif
```
Expand Down

0 comments on commit c361035

Please sign in to comment.