mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Looks like switching the main return value to int means that stack frame persists and increases stack usage by a few bytes. Increase the main stack size to avoid overflows. Signed-off-by: Keith Packard <keithp@keithp.com>