Skip to content

Commit

Permalink
psc: update sizes for new toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Apr 1, 2022
1 parent 3a9fdf3 commit 2aa88db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/psc/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ task-slots = ["sys", "rcc_driver", { spi_driver = "spi2_driver" }]
path = "../../task/udpecho"
name = "task-udpecho"
priority = 3
requires = {flash = 16384, ram = 8192}
requires = {flash = 32768, ram = 8192}
stacksize = 4096
start = true
task-slots = ["net"]
Expand Down

0 comments on commit 2aa88db

Please sign in to comment.