FastLED 3.9.7
Loading...
Searching...
No Matches
unused.h
1#pragma once
2
3#define FASTLED_UNUSED(x) (void)(x)