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 46ef8ef commit 0319eceCopy full SHA for 0319ece
examples/onoff_light/src/main.rs
@@ -39,7 +39,7 @@ mod dev_att;
39
#[cfg(feature = "std")]
40
fn main() -> Result<(), Error> {
41
let thread = std::thread::Builder::new()
42
- .stack_size(150 * 1024)
+ .stack_size(160 * 1024)
43
.spawn(run)
44
.unwrap();
45
0 commit comments