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

[osal]Add usb-device and host macro controls. #2657

Merged
merged 1 commit into from
May 24, 2024

Conversation

Rbb666
Copy link
Contributor

@Rbb666 Rbb666 commented May 23, 2024

Describe the PR
A clear and concise description of what this PR solve.

Additional context
If applicable, add any other context about the PR and/or screenshots here.

@@ -113,6 +113,7 @@ extern "C" {
//--------------------------------------------------------------------
// DEVICE CONFIGURATION
//--------------------------------------------------------------------
#ifdef PKG_TINYUSB_DEVICE_ENABLE
#if defined(PKG_TINYUSB_DEVICE_ENABLE)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove this #if defined(PKG_TINYUSB_DEVICE_ENABLE) as PKG_TINYUSB_DEVICE_ENABLE already tested.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already edited


//--------------------------------------------------------------------
// HOST CONFIGURATION
//--------------------------------------------------------------------
#ifdef PKG_TINYUSB_HOST_ENABLE
#if defined(PKG_TINYUSB_HOST_ENABLE)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing for PKG_TINYUSB_HOST_ENABLE

@HiFiPhile HiFiPhile merged commit 37e638b into hathach:master May 24, 2024
75 of 76 checks passed
@Rbb666 Rbb666 deleted the rtthread branch May 25, 2024 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants