Browse Source

cmake: Fix existing comment

Yuri D'Elia 2 năm trước cách đây
mục cha
commit
5237365ff7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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})