Skip to content

Commit cec6e22

Browse files
committed
small simplification
1 parent ad04097 commit cec6e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wled00/wled.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182

183183

184184
// WLEDMM: Do we have the flicker-free RMTHI driver?
185-
#if !defined(ARDUINO_ARCH_ESP32) || (defined(WLED_USE_SHARED_RMT) || defined(__riscv) || (ESP_IDF_VERSION_MAJOR < 4))
185+
#if !defined(ARDUINO_ARCH_ESP32) || defined(WLED_USE_SHARED_RMT) || defined(__riscv) || (ESP_IDF_VERSION_MAJOR < 4)
186186
#ifndef WLEDMM_FILEWAIT
187187
#define WLEDMM_FILEWAIT 1 // wait for LEDs output completion before file reading/writing
188188
#endif

0 commit comments

Comments
 (0)