FastLED 3.9.7
Loading...
Searching...
No Matches
warn.h
1#pragma once
2
3#include "fl/dbg.h"
4
5#ifndef FASTLED_WARN
6// in the future this will do something
7#define FASTLED_WARN FASTLED_DBG
8#define FASTLED_WARN_IF FASTLED_DBG_IF
9#endif