diff --git a/bin/main/frc/robot/commands/BrakeFerme.class b/bin/main/frc/robot/commands/BrakeFerme.class index 86f59a1..9911767 100644 Binary files a/bin/main/frc/robot/commands/BrakeFerme.class and b/bin/main/frc/robot/commands/BrakeFerme.class differ diff --git a/bin/main/frc/robot/commands/BrakeOuvre.class b/bin/main/frc/robot/commands/BrakeOuvre.class index a00f718..bb1c996 100644 Binary files a/bin/main/frc/robot/commands/BrakeOuvre.class and b/bin/main/frc/robot/commands/BrakeOuvre.class differ diff --git a/src/main/java/frc/robot/commands/BrakeFerme.java b/src/main/java/frc/robot/commands/BrakeFerme.java index 1f0493a..cd2be53 100644 --- a/src/main/java/frc/robot/commands/BrakeFerme.java +++ b/src/main/java/frc/robot/commands/BrakeFerme.java @@ -1,4 +1,4 @@ --// Copyright (c) FIRST and other WPILib contributors. +// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. diff --git a/src/main/java/frc/robot/commands/BrakeOuvre.java b/src/main/java/frc/robot/commands/BrakeOuvre.java index 9198398..ce4d5aa 100644 --- a/src/main/java/frc/robot/commands/BrakeOuvre.java +++ b/src/main/java/frc/robot/commands/BrakeOuvre.java @@ -1,4 +1,4 @@ --// Copyright (c) FIRST and other WPILib contributors. +// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project.