Use correct linker script comment style
This commit is contained in:
parent
48ff4c293b
commit
b513464c38
@ -28,7 +28,7 @@ INCLUDE "rtc_slow.x"
|
|||||||
INCLUDE "external.x"
|
INCLUDE "external.x"
|
||||||
/* End of Shared sections */
|
/* 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 {
|
SECTIONS {
|
||||||
.dram2_uninit (NOLOAD) : ALIGN(4) {
|
.dram2_uninit (NOLOAD) : ALIGN(4) {
|
||||||
*(.dram2_uninit)
|
*(.dram2_uninit)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user