Infineon / XMC-for-Arduino

Integration of Infineon's XMC microcontrollers into the Arduino IDE.
Other
103 stars 64 forks source link

move winreg to avoid import error in non-windows systems #268

Closed ederjc closed 4 months ago

ederjc commented 4 months ago

By creating this pull request you agree to the terms in CONTRIBUTING.md. https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md --- DO NOT DELETE ANYTHING ABOVE THIS LINE ---

CONTRIBUTING.md also tells you what to expect in the PR process.

Description Minor change: Move winreg importing to Windows-related function to avoid error in non-windows systems.

Related Issue Issue #267