initial commit
This commit is contained in:
6
libraries/FastLED/ci/ci-flags.py
Normal file
6
libraries/FastLED/ci/ci-flags.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# flake8: noqa
|
||||
# ruff: skip
|
||||
|
||||
Import("env") # type: ignore
|
||||
|
||||
env.Append(CXXFLAGS=["-Wno-register"]) # type: ignore
|
||||
Reference in New Issue
Block a user