From 5237365ff7b7ee99cf699786f0c0ae139143e558 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Tue, 4 Oct 2022 22:55:33 +0200 Subject: [PATCH] cmake: Fix existing comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 833883e2a..fd81038ed 100644 --- a/CMakeLists.txt +++ b/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})