Skip to content

Commit ded1fa1

Browse files
committed
Fix build
1 parent 4a07f2b commit ded1fa1

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 = 65952, ram = 65536}
243+
max-sizes = {flash = 67584, 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)