Files
klubhaus-doorbell/libraries/FastLED/src/fl/unused.h
2026-02-12 00:45:31 -08:00

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