diff options
| author | HiFiPHile <[email protected]> | 2026-08-25 10:40:38 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-08-25 10:40:38 +0200 |
| commit | 91f3cd0d1df198ec4a5b19b5eaa6551c47c4af52 (patch) | |
| tree | 5661097ce57bbd61ebf44026e9f13f1e5d0f32c6 /test/hil/tinyusb.json | |
| parent | 1b53f8a6006a970af3b73760f51c2417d76033bd (diff) | |
| parent | 375e20090a0a60fd2d47ba6553d189e05482dfea (diff) | |
Merge remote-tracking branch 'origin/master' into feature/tuh-audio-uac-1.0
Diffstat (limited to 'test/hil/tinyusb.json')
| -rw-r--r-- | test/hil/tinyusb.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 6f552f126..8fd4683a4 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -157,11 +157,14 @@ { "name": "metro_m4_express", "uid": "9995AD485337433231202020FF100A34", - "build": { - "args": [ - "MAX3421_HOST=1" - ] - }, + "variant": [ + { + "name": "metro_m4_express", + "defines": [ + "MAX3421_HOST=1" + ] + } + ], "tests": { "device": true, "host": false, |
