Explorar o código

cmake: Fix existing comment

Yuri D'Elia %!s(int64=2) %!d(string=hai) anos
pai
achega
5237365ff7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -329,7 +329,7 @@ function(add_base_binary variant_name)
 
   target_link_libraries(${variant_name} avr_core)
 
-  # # configure linker script
+  # configure linker script
   set(LINKER_SCRIPT ${PRUSA_BOARDS_DIR}/ldscripts/avr6.xn)
   target_link_options(${variant_name} PUBLIC -Wl,-T,${LINKER_SCRIPT})