Skip to content
New issue

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

The IAR compilier does not resolve references to fields in the anonym… #1353

Merged

Commits on Feb 25, 2022

  1. The IAR compilier does not resolve references to fields in the anonym…

    …ous structs defined within the usbh_dev0_t and usbh_device_t structs as they are defined. The problem seems to relate to the placement of the 'volatile' keyword at the struct level. I fixed the problem by removing the 'volatile' from the struct level, and instead placing it on each of the field declarations within the structs.
    yoyopod committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c06ecbe View commit details
    Browse the repository at this point in the history