Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw authored and cbiffle committed Mar 9, 2024
1 parent e2ba14d commit f2a92d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/gemini-bu/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ request_reset = ["hiffy"]
name = "drv-stm32xx-sys"
features = ["h753"]
priority = 1
max-sizes = {flash = 2048, ram = 1024}
max-sizes = {flash = 2048, ram = 2048}
uses = ["rcc", "gpios", "system_flash"]
start = true
task-slots = ["jefe"]
Expand Down Expand Up @@ -64,7 +64,7 @@ task-slots = ["sys"]
name = "drv-user-leds"
features = ["stm32h7"]
priority = 5
max-sizes = {flash = 2048, ram = 2048}
max-sizes = {flash = 2048, ram = 1024}
start = true
task-slots = ["sys"]
notifications = ["timer"]
Expand Down

0 comments on commit f2a92d0

Please sign in to comment.