Skip to content

Commit a2f2928

Browse files
committed
oxcon2023g0: fix kernel sizing
🎵I sure hate manual kernel sizing 🎵 🎵Why did I do this to myself 🎵
1 parent 6b8a7f8 commit a2f2928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/oxcon2023g0/app.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ board = "oxcon2023g0"
66

77
[kernel]
88
name = "oxcon2023g0"
9-
requires = {flash = 11328, ram = 1296}
9+
requires = {flash = 11680, ram = 1296}
1010
stacksize = 640
1111

1212
[tasks.jefe]

0 commit comments

Comments
 (0)