From 252467c1be1d301819848ceab194f15ee44616a9 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Sun, 22 Jun 2025 07:11:12 -0700 Subject: [PATCH] mbv: fix bss init --- mbv/apps/app.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/mbv/apps/app.ld b/mbv/apps/app.ld index c513779..e65df6a 100644 --- a/mbv/apps/app.ld +++ b/mbv/apps/app.ld @@ -27,6 +27,7 @@ SECTIONS { _bss_begin = .; *(.bss*) + *(.sbss*) *(COMMON) _bss_end = .; } > RAM