mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Update cyw43 driver. (#2199)
* Update cyw43 driver. Fixes #2153 * Update cyw43 in bazel
This commit is contained in:
parent
09482ed7a0
commit
73d007f1a4
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ new_git_repository(
|
|||
new_git_repository(
|
||||
name = "cyw43-driver",
|
||||
build_file = "//src/rp2_common/pico_cyw43_driver:cyw43-driver.BUILD",
|
||||
commit = "cf924bb04c8984675ca0fc2178f082e404e048c3", # keep-in-sync-with-submodule: lib/cyw43-driver
|
||||
commit = "c1075d4bc440422cf2b2fd12c64a1f53f77660ee", # keep-in-sync-with-submodule: lib/cyw43-driver
|
||||
remote = "https://github.com/georgerobotics/cyw43-driver.git",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit cf924bb04c8984675ca0fc2178f082e404e048c3
|
||||
Subproject commit c1075d4bc440422cf2b2fd12c64a1f53f77660ee
|
||||
Loading…
Add table
Reference in a new issue