Tired of the compile error showing the version. The SPI one can stay for a bit

This commit is contained in:
Brian Bulkowski
2020-09-11 17:52:51 -07:00
parent ea247d64fd
commit 09f76c33c6

View File

@ -14,6 +14,7 @@
#define FASTLED_HAS_PRAGMA_MESSAGE #define FASTLED_HAS_PRAGMA_MESSAGE
#endif #endif
#if 0 // tired of these warning messages
#define FASTLED_VERSION 3003002 #define FASTLED_VERSION 3003002
#ifndef FASTLED_INTERNAL #ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE # ifdef FASTLED_HAS_PRAGMA_MESSAGE
@ -22,6 +23,7 @@
# warning FastLED version 3.003.003 (Not really a warning, just telling you here.) # warning FastLED version 3.003.003 (Not really a warning, just telling you here.)
# endif # endif
#endif #endif
#endif // 0
#ifndef __PROG_TYPES_COMPAT__ #ifndef __PROG_TYPES_COMPAT__
#define __PROG_TYPES_COMPAT__ #define __PROG_TYPES_COMPAT__