We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a9955 commit 86ecf61Copy full SHA for 86ecf61
tools/check.py
@@ -28,7 +28,7 @@ def main():
28
29
crate_info = cargo_meta["packages"][0]
30
31
- features = [""] + ["{} rt".format(x)
+ features = [""] + ["{},rt,stm32-usbd".format(x)
32
for x in crate_info["features"].keys()
33
if x != "device-selected" and x != "rt" and x != "stm32f030"]
34
0 commit comments