sTodo-m5paper-client/libraries/FastLED/ci/ci-flags.py
2025-06-30 20:47:33 +02:00

7 lines
137 B
Python

# mypy: ignore-errors
# flake8: noqa
# ruff: skip
Import("env") # type: ignore
env.Append(CXXFLAGS=["-Wno-register"]) # type: ignore