Closed jfdelnero closed 3 years ago
Hi, thanks for the pull request. This change is somewhat non-applicable, as the Gayle emulation no longer exists in any functional way (there is no IDE controller emulation anymore), but if you submit this pull request to my wip-crap branch instead, I can merge it over there.
The wip-crap branch is here: https://github.com/beeanyew/pistorm/tree/wip-crap
fix gcc 11 alignment link error : fix the gayle_emulation_enabled variable declaration : turn it to "int" everywhere. (was defined/used with two different types in the project : "uint8_t" and "int").