File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66bazel_dep (name = "platforms" , version = "0.0.9" )
77bazel_dep (name = "bazel_skylib" , version = "1.6.1" )
8- bazel_dep (name = "rules_python" , version = "0.22.1 " )
8+ bazel_dep (name = "rules_python" , version = "0.38.0 " )
99bazel_dep (name = "picotool" , version = "2.0.0" )
1010bazel_dep (name = "rules_cc" , version = "0.0.10" )
1111
Original file line number Diff line number Diff line change 153153 # In CMake, linking these libraries also sets defines for adjacent
154154 # libraries. That's an antipattern in Bazel, so there's flags to control
155155 # which modules to enable instead.
156- "PICO_ENABLE_BLE " ,
157- "PICO_ENABLE_CLASSIC " ,
158- "PICO_ENABLE_MESH " ,
156+ "PICO_BT_ENABLE_BLE " ,
157+ "PICO_BT_ENABLE_CLASSIC " ,
158+ "PICO_BT_ENABLE_MESH " ,
159159)
160160
161161
You can’t perform that action at this time.
0 commit comments