Merge pull request #10477 from Cube707/fix/iar-compiler-warning

add cast to fix IAR compiler errors
This commit is contained in:
Valerio Setti
2025-10-31 12:33:26 +00:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
Changes
* Add casts to some Enums to remove compiler errors thrown by IAR 6.5.
Removes Warning "mixed ENUM with other type".