FastLED
3.9.15
Loading...
Searching...
No Matches
warn.h
Go to the documentation of this file.
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
10
11
#ifndef FL_WARN
12
#define FL_WARN FASTLED_WARN
13
#define FL_WARN_IF FASTLED_WARN_IF
14
#endif
dbg.h
fl
warn.h
Generated on Mon Jun 16 2025 06:27:48 for FastLED by
1.13.2