We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
In stm32h7xx.h
DUAL_CORE check is placed above inclusion of device specific header files: https://github.com/STMicroelectronics/cmsis-device-h7/blame/e8d40ae6e2fa06afe5b46d24756f141b363342a7/Include/stm32h7xx.h#L92
DUAL_CORE
SInce DUAL_CORE is not yet defined, this check is meaningless.
Solution
Move this check to line 172.
The text was updated successfully, but these errors were encountered:
TOUNSTM
No branches or pull requests
Describe the bug
In stm32h7xx.h
DUAL_CORE
check is placed above inclusion of device specific header files:https://github.com/STMicroelectronics/cmsis-device-h7/blame/e8d40ae6e2fa06afe5b46d24756f141b363342a7/Include/stm32h7xx.h#L92
SInce
DUAL_CORE
is not yet defined, this check is meaningless.Solution
Move this check to line 172.
The text was updated successfully, but these errors were encountered: