Skip to content

Commit

Permalink
format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 8, 2024
1 parent dafe7b6 commit ccf2f46
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ public class OnBoardIO {
private static final double MESSAGE_INTERVAL = 1.0;
private double m_nextMessageTime;

/** Mode for Romi onboard IO channel */
/** Mode for Romi onboard IO channel. */
public enum ChannelMode {
/** Input */
/** Input. */
INPUT,
/** Output */
/** Output. */
OUTPUT
}

Expand Down

0 comments on commit ccf2f46

Please sign in to comment.