Skip to content

Commit 2aa88db

Browse files
committed
psc: update sizes for new toolchain
1 parent 3a9fdf3 commit 2aa88db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/psc/app.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ task-slots = ["sys", "rcc_driver", { spi_driver = "spi2_driver" }]
140140
path = "../../task/udpecho"
141141
name = "task-udpecho"
142142
priority = 3
143-
requires = {flash = 16384, ram = 8192}
143+
requires = {flash = 32768, ram = 8192}
144144
stacksize = 4096
145145
start = true
146146
task-slots = ["net"]

0 commit comments

Comments
 (0)