We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45f086 commit a8fd296Copy full SHA for a8fd296
examples/light.rs
@@ -45,7 +45,8 @@ use static_cell::StaticCell;
45
///
46
/// If - for your platform - this size is not enough, increase it until
47
/// the program runs without panics during the stack initialization.
48
-const BUMP_SIZE: usize = 23500;
+//const BUMP_SIZE: usize = 23500;
49
+const BUMP_SIZE: usize = 40000;
50
51
fn main() -> Result<(), Error> {
52
env_logger::init_from_env(
0 commit comments