Skip to content

Commit 1511d34

Browse files
committed
Bump ping's stack size as well
1 parent 6e047d4 commit 1511d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/demo-stm32g0-nucleo/app-g070.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ stacksize = 256
6565
name = "task-ping"
6666
features = ["uart", "no-ipc-counters"]
6767
priority = 4
68-
max-sizes = {flash = 8192, ram = 512}
69-
stacksize = 256
68+
max-sizes = {flash = 8192, ram = 1024}
69+
stacksize = 512
7070
start = true
7171
task-slots = [{peer = "pong"}, "usart_driver"]
7272

0 commit comments

Comments
 (0)