Skip to content

Commit d6ad089

Browse files
authored
Merge pull request wled#2324 from yoeywire/DMXdefine
Corrected WLED_USE_DMX to WLED_ENABLE_DMX
2 parents adeb9bc + 446b4b0 commit d6ad089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/wled.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void WLED::setup()
303303
#ifdef WLED_DEBUG
304304
pinManager.allocatePin(1, true, PinOwner::DebugOut); // GPIO1 reserved for debug output
305305
#endif
306-
#ifdef WLED_USE_DMX //reserve GPIO2 as hardcoded DMX pin
306+
#ifdef WLED_ENABLE_DMX //reserve GPIO2 as hardcoded DMX pin
307307
pinManager.allocatePin(2, true, PinOwner::DMX);
308308
#endif
309309

0 commit comments

Comments
 (0)