diff options
| author | hathach <[email protected]> | 2026-04-01 22:25:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-01 22:25:27 +0700 |
| commit | d2050487b7a248636792743dac36c238d1e3f2af (patch) | |
| tree | 3788dffd48dea1f293a19d49aff283a1b222d117 | |
| parent | 78d34d5b6488d7129530461ce1865a33a946e698 (diff) | |
fix hil uid typo
| -rw-r--r-- | test/hil/tinyusb.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 37e98a52f..1ac953939 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -147,7 +147,7 @@ }, { "name": "raspberry_pi_pico_w", - "uid": "E6614C311B764A37", + "uid": "E6614864D35DAE36", "tests": { "device": false, "host": true, "dual": false, "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2023934", "is_cdc": true}] |
