Skip to content

Commit

Permalink
Clean up straggling TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomontanez committed Jun 10, 2024
1 parent 65338fa commit 528cb82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/common/pico_binary_info/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package(default_visibility = ["//visibility:public"])

# TODO: Flags to support PICO_PROGRAM_*.

cc_library(
name = "pico_binary_info",
hdrs = [
Expand Down
1 change: 0 additions & 1 deletion src/rp2_common/pico_standard_link/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ cc_library(
"crt0.S",
"new_delete.cpp",
],
# TODO: Make this configurable.
target_compatible_with = select({
"//bazel/constraint:rp2": [],
"//conditions:default": ["@platforms//:incompatible"],
Expand Down

0 comments on commit 528cb82

Please sign in to comment.