Use correct linker script comment style

This commit is contained in:
bjoernQ 2023-04-06 13:37:33 +02:00
parent 48ff4c293b
commit b513464c38

View File

@ -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)