FastLED 3.9.15
Loading...
Searching...
No Matches
unused.h
Go to the documentation of this file.
1#pragma once
2
3#define FASTLED_UNUSED(x) (void)(x)