initial commit
This commit is contained in:
9
libraries/FastLED/src/platforms/stub/clockless_stub.h
Normal file
9
libraries/FastLED/src/platforms/stub/clockless_stub.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#if defined(__EMSCRIPTEN__)
|
||||
#include "platforms/wasm/clockless.h"
|
||||
#elif defined(FASTLED_STUB_IMPL)
|
||||
#include "platforms/stub/clockless_stub_generic.h"
|
||||
#else
|
||||
#error "This file should only be included for stub or emscripten builds"
|
||||
#endif
|
||||
Reference in New Issue
Block a user