controller: Convert led_patterns integer literals to bool literals
'bool' isn't always guaranteed to be the same size as an int, so this can technically cause truncation warnings if we support other platforms.
Loading
Please sign in to comment
'bool' isn't always guaranteed to be the same size as an int, so this can technically cause truncation warnings if we support other platforms.