FastLED
3.9.15
Loading...
Searching...
No Matches
assert.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "platforms/assert_defs.h"
4
5
#ifndef FL_ASSERT
6
#define FL_ASSERT(x, MSG) FASTLED_ASSERT(x, MSG)
7
#define FL_ASSERT_IF FASTLED_ASSERT_IF
8
#endif
fl
assert.h
Generated on Tue Jun 24 2025 00:58:14 for FastLED by
1.13.2