File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313/// of our portion of Flash.
1414#[ link_section = ".entry_point" ]
1515#[ used]
16- pub static ENTRY_POINT_ADDR : extern "C" fn ( & neotron_common_bios:: Api ) -> ! = neotron_os:: main ;
16+ pub static ENTRY_POINT_ADDR : extern "C" fn ( & neotron_common_bios:: Api ) -> ! = neotron_os:: os_main ;
Original file line number Diff line number Diff line change 1313/// of our portion of Flash.
1414#[ link_section = ".entry_point" ]
1515#[ used]
16- pub static ENTRY_POINT_ADDR : extern "C" fn ( & neotron_common_bios:: Api ) -> ! = neotron_os:: main ;
16+ pub static ENTRY_POINT_ADDR : extern "C" fn ( & neotron_common_bios:: Api ) -> ! = neotron_os:: os_main ;
Original file line number Diff line number Diff line change 1313/// of our portion of Flash.
1414#[ link_section = ".entry_point" ]
1515#[ used]
16- pub static ENTRY_POINT_ADDR : extern "C" fn ( & neotron_common_bios:: Api ) -> ! = neotron_os:: main ;
16+ pub static ENTRY_POINT_ADDR : extern "C" fn ( & neotron_common_bios:: Api ) -> ! = neotron_os:: os_main ;
You can’t perform that action at this time.
0 commit comments