diff --git a/RELENTLESS/src/globals.cpp b/RELENTLESS/src/globals.cpp index 4dda58f..4bd0b8b 100644 --- a/RELENTLESS/src/globals.cpp +++ b/RELENTLESS/src/globals.cpp @@ -8,9 +8,9 @@ namespace globals { pros::Motor motor_tlf(4, MOTOR_GEARSET_06, true); pros::Motor motor_tlb(4, MOTOR_GEARSET_06, true); pros::Motor motor_blf(4, MOTOR_GEARSET_06, true); - pros::Motor motor_blb(4, MOTOR_GEARSET_06, true); + pros::Motor motor_blb(3, MOTOR_GEARSET_06, true); pros::Motor motor_trf(4, MOTOR_GEARSET_06, true); - pros::Motor motor_trb(4, MOTOR_GEARSET_06, true); + pros::Motor motor_trb(5, MOTOR_GEARSET_06, true); pros::Motor motor_brf(4, MOTOR_GEARSET_06, true); pros::Motor motor_brb(4, MOTOR_GEARSET_06, true);