Skip to content

Commit 4cbe92f

Browse files
committed
minor indent
1 parent 56cdfac commit 4cbe92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/bus_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ class PolyBus {
11871187
if (num > 9) return I_NONE;
11881188
#endif
11891189
#else
1190-
// ESP32 "audio_fastpath" - 8 RMT and 1 I2S channels. RMT 5-8 have sending delays, so use I2S#1 before going for RMT 5-8
1190+
// ESP32 "audio_fastpath" - 8 RMT and 1 I2S channels. RMT 5-8 have sending delays, so use I2S#1 before going for RMT 5-8
11911191
#ifdef WLEDMM_SLOWPATH // I2S flickers on large installs. Favor stability over framerate.
11921192
if (num > 7) return I_NONE;
11931193
#else

0 commit comments

Comments
 (0)