Skip to content

Commit 9a33565

Browse files
authored
Merge pull request #409 from Grochocinski/master
Removed unused `bit` variable for SAMD51
2 parents 800f9a9 + 83fb0ec commit 9a33565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_NeoPixel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2674,7 +2674,7 @@ if(is800KHz) {
26742674

26752675
#elif defined(__SAMD51__) // M4
26762676

2677-
uint8_t *ptr, *end, p, bitMask, portNum, bit;
2677+
uint8_t *ptr, *end, p, bitMask, portNum;
26782678
uint32_t pinMask;
26792679

26802680
portNum = g_APinDescription[pin].ulPort;

0 commit comments

Comments
 (0)