Skip to content

Commit 0319ece

Browse files
committed
Bump up the stack utilisation
1 parent 46ef8ef commit 0319ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/onoff_light/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mod dev_att;
3939
#[cfg(feature = "std")]
4040
fn main() -> Result<(), Error> {
4141
let thread = std::thread::Builder::new()
42-
.stack_size(150 * 1024)
42+
.stack_size(160 * 1024)
4343
.spawn(run)
4444
.unwrap();
4545

0 commit comments

Comments
 (0)