Remove redundant comment

pull/730/head
Mattia Moffa 2026-04-03 16:00:49 +02:00
parent 1bcac2469f
commit 9778552534
1 changed files with 0 additions and 3 deletions

View File

@ -105,9 +105,6 @@ OBJCOPY_FLAGS+=--gap-fill $(FILL_BYTE)
OBJCOPY_IMAGE_FLAGS?=
ifeq ($(USE_CLANG),1)
# Clang doesn't emit empty .data/.bss sections in object files (GCC does).
# GNU ld mishandles AT() for output sections with no matching input sections,
# setting LMA=VMA instead of the specified flash address.
APP_OBJS+=clang_sections.o
endif