Skip to content

Commit cb85360

Browse files
committed
Remove redudant comment
1 parent 3ee7ae0 commit cb85360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/Arduino/RulesOverride.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(CMAKE_ASM_OUTPUT_EXTENSION ".o") # <---------------------- align object file extensions with Arduino for convenience
1+
set(CMAKE_ASM_OUTPUT_EXTENSION ".o")
22
set(CMAKE_C_OUTPUT_EXTENSION ".o")
33
set(CMAKE_CXX_OUTPUT_EXTENSION ".o")
44

0 commit comments

Comments
 (0)