Skip to content

Commit 3cb612d

Browse files
committed
Merge branch 'FastLED3.1' of https://github.com/FastLED/FastLED into FastLED3.1
2 parents ba6a759 + f4ddce3 commit 3cb612d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib8tion.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,7 @@ typedef CEveryNTimePeriods<uint8_t,hours8> CEveryNHours;
10751075

10761076
#define CEveryNMilliseconds CEveryNMillis
10771077
#define EVERY_N_MILLISECONDS(N) EVERY_N_MILLIS(N)
1078+
#define EVERY_N_MILLISECONDS_I(NAME,N) EVERY_N_MILLIS_I(NAME,N)
10781079

10791080
FASTLED_NAMESPACE_END
10801081
///@}

0 commit comments

Comments
 (0)