Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Oct 3, 2024
1 parent e347770 commit 07187b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wpilibc/src/main/native/include/frc/RobotController.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ struct CANStatus {

/** State for the radio led. */
enum RadioLEDState {
kOff = 0, /// Off.
kGreen = 1, /// Green.
kRed = 2, /// Red.
kOrange = 3 /// Orange.
kOff = 0, ///< Off.
kGreen = 1, ///< Green.
kRed = 2, ///< Red.
kOrange = 3 ///< Orange.
};

class RobotController {
Expand Down

0 comments on commit 07187b3

Please sign in to comment.