Skip to content

Commit

Permalink
Fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
calebchalmers authored May 16, 2024
1 parent 139953d commit 9d0e6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ut-robomaster/src/robots/hero/hero_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void initializeSubsystems()
chassis.initialize();
agitator.initialize();
flywheel.initialize();
turret.initialize();
turret.initialize();
odometry.initialize();
sound.initialize();
}
Expand Down Expand Up @@ -205,4 +205,4 @@ void initSubsystemCommands(src::Drivers *drivers)
hero_control::registerMappings(drivers);
}
} // namespace control
#endif
#endif

0 comments on commit 9d0e6d0

Please sign in to comment.