Skip to content

Commit dbd0593

Browse files
finger563Copilot
andauthored
Update components/led_strip/include/led_strip.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1a89194 commit dbd0593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/led_strip/include/led_strip.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class LedStrip : public BaseComponent {
7272
///< the last LED if not empty.
7373
bool use_dma{false}; ///< Whether to use DMA-capable memory allocation
7474
uint32_t dma_allocation_flags{
75-
0}; ///< DMA allocation flags (if use_dma is true). Defaults to MALLOC_CAP_DMA.
75+
MALLOC_CAP_DMA}; ///< DMA allocation flags (if use_dma is true). Defaults to MALLOC_CAP_DMA.
7676
Logger::Verbosity log_level; ///< Log level for this class
7777
};
7878

0 commit comments

Comments
 (0)