Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused bits in Hrs3300::ReadAls, ReadHrs #875

Closed

Commits on Dec 12, 2021

  1. Remove unused bits in Hrs3300::ReadAls, ReadHrs

    Since both functions `Hrs3300::ReadHrs`, `Hrs3300::ReadAls` return
    `uint16_t`:
    * removed extra 2 bits (at position 16,17) in HRS, which will be thrown
      out
    * removed unneeded checks of garbage bits in ALS, since they too will be
      thrown out.
    yehoshuapw committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    5224848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5326896 View commit details
    Browse the repository at this point in the history