Skip to content

Commit

Permalink
Removed some un-needed ifdefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEGrayson committed Oct 8, 2013
1 parent 5bd02e2 commit d10cf40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PololuLedStrip/PololuLedStrip.h
Expand Up @@ -287,10 +287,6 @@ namespace Pololu

"brcc .+2\n" "cbi %2, %3\n" // If the bit to send is 1, drive the line low now.

#if F_CPU == 16000000
#elif F_CPU == 20000000
#endif

"ret\n"
"led_strip_asm_end%=: "
: "=b" (colors)
Expand Down

0 comments on commit d10cf40

Please sign in to comment.