Skip to content

Commit b20a0b6

Browse files
committed
Revert "no entry override"
This reverts commit 9b9fdaa.
1 parent b0c4358 commit b20a0b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ pub fn MicroBuild(port_select: PortSelect) type {
511511

512512
fw.artifact.root_module.addImport("microzig", core_mod);
513513
fw.artifact.root_module.addImport("app", app_mod);
514+
fw.artifact.entry = .{ .symbol_name = "_entry_point" };
514515

515516
// If not specified then generate the linker script
516517
const linker_script = options.linker_script orelse target.linker_script orelse blk: {

0 commit comments

Comments
 (0)