Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
viggy96 committed Dec 21, 2023
1 parent b5f4a1e commit fbfa3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/lasarobotics/hardware/SparkMax.java
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ private void checkStatus(REVLibError status, String errorMessage) {
}

/**
* Attempt to burn settings to flash and check if specified parameter is set correctly
* Attempt to apply parameter and check if specified parameter is set correctly
* @param parameterSetter Method to set desired parameter
* @param parameterCheckSupplier Method to check for parameter in question
* @return {@link REVLibError#kOk} if successful
Expand All @@ -304,7 +304,7 @@ private REVLibError applyParameter(Supplier<REVLibError> parameterSetter, Boolea
}

/**
* Writes all settings to flash.
* Writes all settings to flash
* @return {@link REVLibError#kOk} if successful
*/
public REVLibError burnFlash() {
Expand Down

0 comments on commit fbfa3f8

Please sign in to comment.