Skip to content

Commit

Permalink
Remove duplicate line in 12 MHz AVR asm
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintYourDragon committed Jun 28, 2017
1 parent ec1614a commit 95a45f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Adafruit_NeoPixel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@ void Adafruit_NeoPixel::show(void) {
[next] "+r" (next),
[count] "+w" (i)
: [hi] "r" (hi),
[lo] "r" (lo),
[lo] "r" (lo),
[ptr] "e" (ptr));
}
Expand Down
2 changes: 1 addition & 1 deletion Adafruit_NeoPixel.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Adafruit_NeoPixel {
inline bool
canShow(void) { return (micros() - endTime) >= 300L; }

private:
protected:

boolean
#ifdef NEO_KHZ400 // If 400 KHz NeoPixel support enabled...
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit NeoPixel
version=1.1.1
version=1.1.2
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Arduino library for controlling single-wire-based LED pixels and strip.
Expand Down

0 comments on commit 95a45f6

Please sign in to comment.