initial commit
This commit is contained in:
8
libraries/FastLED/src/fl/assert.h
Normal file
8
libraries/FastLED/src/fl/assert.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user