From 832c1bcdecb41b00a8897f364a244aad96a5dc2f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 24 Nov 2014 12:13:09 -0800 Subject: Prefix config defines with FASTLED_ to make sure we don't conflict with anything else. --- examples/FirstLight/FirstLight.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/FirstLight/FirstLight.ino') diff --git a/examples/FirstLight/FirstLight.ino b/examples/FirstLight/FirstLight.ino index 928c7bbd..beec2986 100644 --- a/examples/FirstLight/FirstLight.ino +++ b/examples/FirstLight/FirstLight.ino @@ -1,8 +1,8 @@ // Use if you want to force the software SPI subsystem to be used for some reason (generally, you don't) -// #define FORCE_SOFTWARE_SPI +// #define FASTLED_FORCE_SOFTWARE_SPI // Use if you want to force non-accelerated pin access (hint: you really don't, it breaks lots of things) -// #define FORCE_SOFTWARE_SPI -// #define FORCE_SOFTWARE_PINS +// #define FASTLED_FORCE_SOFTWARE_SPI +// #define FASTLED_FORCE_SOFTWARE_PINS #include "FastLED.h" /////////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3