FastLED 3.9.15
Loading...
Searching...
No Matches
unused.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef FASTLED_UNUSED
4#define FASTLED_UNUSED(x) (void)(x)
5#endif
6
7#ifndef FL_UNUSED
8#define FL_UNUSED(x) (void)(x)
9#endif