Skip to content

prevent undefined function if CIRCUITPY_USB_HOST=0#9091

Merged
tannewt merged 2 commits intoadafruit:mainfrom
bablokb:fix_no_usbhost
Mar 26, 2024
Merged

prevent undefined function if CIRCUITPY_USB_HOST=0#9091
tannewt merged 2 commits intoadafruit:mainfrom
bablokb:fix_no_usbhost

Conversation

@bablokb
Copy link

@bablokb bablokb commented Mar 26, 2024

If CIRCUITPY_USB_HOST = 0 in the board-config-file, then tuh_task_event_ready is undefined. This patch prevents this.

@bablokb bablokb mentioned this pull request Mar 26, 2024
Copy link

@jepler jepler left a comment

Choose a reason for hiding this comment

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

this makes sense. didn't test.

@tannewt tannewt merged commit c80cb56 into adafruit:main Mar 26, 2024
@bablokb bablokb deleted the fix_no_usbhost branch March 27, 2024 07:09
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.

3 participants