Skip to content

Commit

Permalink
Merge pull request FastLED#987 from urish/patch-1
Browse files Browse the repository at this point in the history
Fix small typo in comment
  • Loading branch information
kriegsman authored May 25, 2020
2 parents 0076bbc + 15b30d5 commit 6c7de59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/avr/clockless_trinket.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class ClocklessController : public CPixelLEDController<RGB_ORDER> {
}
#define USE_ASM_MACROS

// The variables that our various asm statemetns use. The same block of variables needs to be declared for
// The variables that our various asm statements use. The same block of variables needs to be declared for
// all the asm blocks because GCC is pretty stupid and it would clobber variables happily or optimize code away too aggressively
#define ASM_VARS : /* write variables */ \
[count] "+x" (count), \
Expand Down

0 comments on commit 6c7de59

Please sign in to comment.