Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jan 1, 2024
1 parent c916986 commit f6bd72f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions hal/src/main/java/edu/wpi/first/hal/HALUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ public final class HALUtil extends JNIWrapper {
/**
* Reads the microsecond-resolution timer on the FPGA.
*
* Warning: the User Button is used to stop user programs from automatically loading if it is
* held for more then 5 seconds. Because of this, it's not recommended to be used by teams for
* any other purpose.
* <p>Warning: the User Button is used to stop user programs from automatically loading if it is
* held for more then 5 seconds. Because of this, it's not recommended to be used by teams for any
* other purpose.
*
* @return The current time in microseconds according to the FPGA (since FPGA reset).
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ public static long getFPGATime() {
/**
* Get the state of the "USER" button on the roboRIO.
*
* Warning: the User Button is used to stop user programs from automatically loading if it is
* held for more then 5 seconds. Because of this, it's not recommended to be used by teams for
* any other purpose.
* <p>Warning: the User Button is used to stop user programs from automatically loading if it is
* held for more then 5 seconds. Because of this, it's not recommended to be used by teams for any
* other purpose.
*
* @return true if the button is currently pressed down
*/
Expand Down

0 comments on commit f6bd72f

Please sign in to comment.