Skip to content

Commit 86ecf61

Browse files
committed
Enable USB features in CI
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent 87a9955 commit 86ecf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def main():
2828

2929
crate_info = cargo_meta["packages"][0]
3030

31-
features = [""] + ["{} rt".format(x)
31+
features = [""] + ["{},rt,stm32-usbd".format(x)
3232
for x in crate_info["features"].keys()
3333
if x != "device-selected" and x != "rt" and x != "stm32f030"]
3434

0 commit comments

Comments
 (0)