FastLED 3.9.15
Loading...
Searching...
No Matches

◆ anonymous enum

anonymous enum
private
Enumerator
kStrInlineSize 

Definition at line 590 of file str.h.

590 {
591 // Bake the size into the string class so we can issue a compile time
592 // check
593 // to make sure the user doesn't do something funny like try to change
594 // the
595 // size of the inlined string via an included defined instead of a build
596 // define.
597 kStrInlineSize = FASTLED_STR_INLINED_SIZE,
598 };
@ kStrInlineSize
Definition str.h:597