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

pkg/tinyusb: add missing include #19893

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

Enoch247
Copy link
Contributor

Contribution description

The macro AUTO_INIT_PRIO_MOD_TINYUSB was being used, but not defined. This patch includes the header where AUTO_INIT_PRIO_MOD_TINYUSB is defined to fix the compiler error.

Testing procedure

Run any build with auto_init and stdio_tinyusb_cdc_acm modules active and see that build fails without patch and succeeds with the patch.

Issues/PRs references

  • none known

The macro `AUTO_INIT_PRIO_MOD_TINYUSB` was being used, but not defined.
This patch includes the header where `AUTO_INIT_PRIO_MOD_TINYUSB` is
defined to fix the compiler error.
@github-actions github-actions bot added the Area: pkg Area: External package ports label Aug 21, 2023
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Aug 21, 2023
@riot-ci
Copy link

riot-ci commented Aug 21, 2023

Murdock results

✔️ PASSED

e92f9fc pkg/tinyusb: add missing include

Success Failures Total Runtime
7939 0 7939 13m:20s

Artifacts

@gschorcht gschorcht added the Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) label Aug 21, 2023
@gschorcht
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Aug 22, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 09c8496 into RIOT-OS:master Aug 22, 2023
@Enoch247 Enoch247 deleted the fix-pkg-tinyusb-autoinit branch August 23, 2023 00:58
@MrKevinWeiss MrKevinWeiss added this to the Release 2023.10 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants