You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
53: Change usage example for statically allocated heap r=adamgreig a=nviennot
The linker needs to know how big the heap is, otherwise, it could place some of the global variables in the heap region.
This commit changes the example code to do that.
Co-authored-by: Nicolas Viennot <nicolas@viennot.biz>
0 commit comments