We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a89194 commit dbd0593Copy full SHA for dbd0593
1 file changed
components/led_strip/include/led_strip.hpp
@@ -72,7 +72,7 @@ class LedStrip : public BaseComponent {
72
///< the last LED if not empty.
73
bool use_dma{false}; ///< Whether to use DMA-capable memory allocation
74
uint32_t dma_allocation_flags{
75
- 0}; ///< DMA allocation flags (if use_dma is true). Defaults to MALLOC_CAP_DMA.
+ MALLOC_CAP_DMA}; ///< DMA allocation flags (if use_dma is true). Defaults to MALLOC_CAP_DMA.
76
Logger::Verbosity log_level; ///< Log level for this class
77
};
78
0 commit comments