diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-09-30 11:33:54 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-09-30 11:33:54 -0700 |
| commit | 29af7068d4ef545d5e93ff55a085b084f622c860 (patch) | |
| tree | 851b8224958985fb8dbc0f8c518a7c7fd221a9c6 /tools | |
| parent | 819b5faa71ab8aa13a82308cc6fc820df46ec83b (diff) | |
Ignore duplicate USB PID for prerelease version
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ci_check_duplicate_usb_vid_pid.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/ci_check_duplicate_usb_vid_pid.py b/tools/ci_check_duplicate_usb_vid_pid.py index dd6bf5670..cb4efc5f1 100644 --- a/tools/ci_check_duplicate_usb_vid_pid.py +++ b/tools/ci_check_duplicate_usb_vid_pid.py @@ -44,7 +44,9 @@ DEFAULT_IGNORELIST = [ "feather_m0_express", "feather_m0_supersized", "cp32-m4", - "metro_m4_express" + "metro_m4_express", + "unexpectedmaker_feathers2", + "unexpectedmaker_feathers2_prerelease" ] cli_parser = argparse.ArgumentParser(description="USB VID/PID Duplicate Checker") |
