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

fix compile on Linux (attempt 2) #37

Merged
merged 4 commits into from
Jul 15, 2022

Commits on Jun 29, 2022

  1. fix compile on Linux

    an uint32_t was implicitely casted to a int32_t.
    Fixed by changing the type to int32_t.
    joppiesaus committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    c3d2f99 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Revert "fix compile on Linux"

    This reverts commit c3d2f99.
    joppiesaus committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    c074ac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d01662 View commit details
    Browse the repository at this point in the history
  3. forgot to add this file

    joppiesaus committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d800056 View commit details
    Browse the repository at this point in the history