From b513464c38624832beafd43a515052515832ba32 Mon Sep 17 00:00:00 2001 From: bjoernQ Date: Thu, 6 Apr 2023 13:37:33 +0200 Subject: [PATCH] Use correct linker script comment style --- esp32-hal/ld/link-esp32.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32-hal/ld/link-esp32.x b/esp32-hal/ld/link-esp32.x index 776e4b649..8e7dd7439 100644 --- a/esp32-hal/ld/link-esp32.x +++ b/esp32-hal/ld/link-esp32.x @@ -28,7 +28,7 @@ INCLUDE "rtc_slow.x" INCLUDE "external.x" /* End of Shared sections */ -// an uninitialized section for use as the wifi-heap in esp-wifi +/* an uninitialized section for use as the wifi-heap in esp-wifi */ SECTIONS { .dram2_uninit (NOLOAD) : ALIGN(4) { *(.dram2_uninit)