Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fw: iec: Fix warning about references to static mut
References to static mut quickly lead to undefined behavior. Adjust the code such that no direct references to static mut variables are created.
- Loading branch information