Skip to content

Commit

Permalink
ci(esp_tinyusb): Revert build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Oct 10, 2024
1 parent 1de1a43 commit 109b417
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .build-test-rules.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
device/esp_tinyusb:
enable:
- if: IDF_TARGET == "esp32s2"
- if: SOC_USB_OTG_SUPPORTED == 1

#host/class:
# enable:
# - if: SOC_USB_OTG_SUPPORTED == 1
host/class:
enable:
- if: SOC_USB_OTG_SUPPORTED == 1

host/class/cdc/usb_host_cdc_acm/host_test:
enable:
Expand Down

0 comments on commit 109b417

Please sign in to comment.