Files
klubhaus-doorbell/libraries/FastLED/src/fl/assert.h
2026-02-12 00:45:31 -08:00

9 lines
163 B
C

#pragma once
#include "platforms/assert_defs.h"
#ifndef FL_ASSERT
#define FL_ASSERT(x, MSG) FASTLED_ASSERT(x, MSG)
#define FL_ASSERT_IF FASTLED_ASSERT_IF
#endif