Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug: Fix declaration/definition mismatch
The declaration for {set, get}_devint_reg did not match the definition later down the file, despite the enumeration being used as the argument of the first type already being in scope. This caused warnings and an error on certain compilers.
- Loading branch information