FastLED 3.9.3
Loading...
Searching...
No Matches
warn.h
1#pragma once
2
3#ifndef FASTLED_WARN
4// in the future this will do something
5#define FASTLED_WARN(MSG)
6#endif