initial commit
This commit is contained in:
9
libraries/FastLED/src/fl/unused.h
Normal file
9
libraries/FastLED/src/fl/unused.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef FASTLED_UNUSED
|
||||
#define FASTLED_UNUSED(x) (void)(x)
|
||||
#endif
|
||||
|
||||
#ifndef FL_UNUSED
|
||||
#define FL_UNUSED(x) (void)(x)
|
||||
#endif
|
||||
Reference in New Issue
Block a user