10 lines
137 B
C
10 lines
137 B
C
#pragma once
|
|
|
|
#ifndef FASTLED_UNUSED
|
|
#define FASTLED_UNUSED(x) (void)(x)
|
|
#endif
|
|
|
|
#ifndef FL_UNUSED
|
|
#define FL_UNUSED(x) (void)(x)
|
|
#endif
|