mirror of
https://github.com/bbulkow/FastLED-idf.git
synced 2025-07-30 10:48:06 +02:00
Tired of the compile error showing the version. The SPI one can stay for a bit
This commit is contained in:
@ -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__
|
||||||
|
Reference in New Issue
Block a user