Skip to content

Commit ba2d71a

Browse files
committed
Non moteus-x1 boards need slightly more memory
1 parent c318115 commit ba2d71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fw/moteus.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int main(void) {
190190
// Turn on our power light.
191191
DigitalOut power_led(g_hw_pins.power_led, 0);
192192

193-
micro::SizedPool<20000> pool;
193+
micro::SizedPool<22000> pool;
194194

195195
std::optional<HardwareUart> rs485;
196196
if (g_hw_pins.uart_tx != NC) {

0 commit comments

Comments
 (0)