diff --git a/examples/light.rs b/examples/light.rs index a4c7ec2..53d8c58 100644 --- a/examples/light.rs +++ b/examples/light.rs @@ -45,7 +45,8 @@ use static_cell::StaticCell; /// /// If - for your platform - this size is not enough, increase it until /// the program runs without panics during the stack initialization. -const BUMP_SIZE: usize = 23500; +//const BUMP_SIZE: usize = 23500; +const BUMP_SIZE: usize = 30000; fn main() -> Result<(), Error> { env_logger::init_from_env(