Skip to content

Commit 71381d8

Browse files
committed
More memory fixes
1 parent 5b2078a commit 71381d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gimlet/base.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ features = ["stm32h753", "uart7", "baud_rate_3M", "hardware_flow_control", "vlan
240240
uses = ["uart7", "dbgmcu"]
241241
interrupts = {"uart7.irq" = "usart-irq"}
242242
priority = 8
243-
max-sizes = {flash = 67584, ram = 65536}
243+
max-sizes = {flash = 67648, ram = 65536}
244244
stacksize = 5376
245245
start = true
246246
task-slots = ["sys", { cpu_seq = "gimlet_seq" }, "hf", "control_plane_agent", "net", "packrat", "i2c_driver", { spi_driver = "spi2_driver" }, "sprot"]

0 commit comments

Comments
 (0)