Skip to content

Commit

Permalink
fix led code?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jus973 committed Jan 22, 2025
1 parent 1858927 commit a6df81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spotless {
include '**/*.cpp', '**/*.cc', '**/*.h', '**/*.hpp'
exclude '**/build/**', '**/build-*/**'
}
def selectedClangVersion = project.hasProperty('fromCI') ? '19.1.7' : '19.1.7'
def selectedClangVersion = project.hasProperty('fromCI') ? '18.1.8' : '18.1.8'

def styleFile = file('.clang-format')
def styleConfig = styleFile.text.trim()
Expand Down

0 comments on commit a6df81b

Please sign in to comment.