FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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