Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2014-11-24 23:13:09 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-11-24 23:13:09 +0300
commit832c1bcdecb41b00a8897f364a244aad96a5dc2f (patch)
tree08aa38fde65a244bd3d7d5b2c517cac5afa56945 /release_notes.md
parentc2f9d3159ae858e6ca2af118cb3666f9a05d560f (diff)
Prefix config defines with FASTLED_ to make sure we don't conflict with anything else.
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_notes.md b/release_notes.md
index c88bc403..fa3ffbaf 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -91,7 +91,7 @@ FastLED2
* Enforce intra-frame timing for ws2801s
* SM16716 support
* Add #define FAST_SPI_INTERRUPTS_WRITE_PINS to make sure world is ok w/interrupts and SPI
-* Add #define FORCE_SOFTWARE_SPI for those times when you absolutely don't want to use hardware SPI, ev
+* Add #define FASTLED_FORCE_SOFTWARE_SPI for those times when you absolutely don't want to use hardware SPI, ev
en if you're using the hardware SPI pins
* Add pin definitions for the arduino megas - should fix ws2811 support
* Add pin definitions for the leonardo - should fix spi support and pin mappings