Skip to content

Commit 4adc313

Browse files
committed
update tinyusb also for bazel
1 parent f345756 commit 4adc313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ new_git_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:git.bzl"
9090
new_git_repository(
9191
name = "tinyusb",
9292
build_file = "//src/rp2_common/tinyusb:tinyusb.BUILD",
93-
commit = "5217cee5de4cd555018da90f9f1bcc87fb1c1d3a", # keep-in-sync-with-submodule: lib/tinyusb
93+
commit = "86ad6e56c1700e85f1c5678607a762cfe3aa2f47", # keep-in-sync-with-submodule: lib/tinyusb
9494
remote = "https://github.com/hathach/tinyusb.git",
9595
)
9696

0 commit comments

Comments
 (0)