Skip to content

Commit bc43ae5

Browse files
committed
Add missing file extensions from sketch build spec
1 parent c663789 commit bc43ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/arduino-cli-toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ function(__arduino_collect_source_files OUTPUT_VARIABLE DIRECTORY) # [DIRECTORY.
646646
list(APPEND _glob_pattern_list
647647
"${_dirpath}/*.[cC]"
648648
"${_dirpath}/*.[cC][cC]"
649-
"${_dirpath}/*.[cC][pP][pP]"
649+
"${_dirpath}/*.[cCiItT][pP][pP]"
650650
"${_dirpath}/*.[cC][xX][xX]"
651651
"${_dirpath}/*.[hH]"
652652
"${_dirpath}/*.[hH][hH]"

0 commit comments

Comments
 (0)