Skip to content

Commit a8fd296

Browse files
committed
Test
1 parent d45f086 commit a8fd296

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/light.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ use static_cell::StaticCell;
4545
///
4646
/// If - for your platform - this size is not enough, increase it until
4747
/// the program runs without panics during the stack initialization.
48-
const BUMP_SIZE: usize = 23500;
48+
//const BUMP_SIZE: usize = 23500;
49+
const BUMP_SIZE: usize = 40000;
4950

5051
fn main() -> Result<(), Error> {
5152
env_logger::init_from_env(

0 commit comments

Comments
 (0)