We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61a506 commit a53f92eCopy full SHA for a53f92e
1 file changed
src/main.c
@@ -2140,7 +2140,7 @@ INIT_FUN(lib_info *info) {
2140
2141
footpad_sensor_update(&d->footpad, &d->float_conf);
2142
2143
- d->main_thread = VESC_IF->spawn(refloat_thd, 1024, "Refloat Main", d);
+ d->main_thread = VESC_IF->spawn(refloat_thd, 1536, "Refloat Main", d);
2144
if (!d->main_thread) {
2145
log_error("Failed to spawn Refloat Main thread.");
2146
return false;
0 commit comments