Skip to content

Commit

Permalink
Clarify pico_stdio_test compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomontanez committed Jun 10, 2024
1 parent 528cb82 commit ad43f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/pico_stdio_test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cc_binary(
"//src/rp2_common/pico_multicore:pico_multicore",
"//test/pico_test:pico_test",
],
# Host doesn't support PICO_TIME_NO_ALARM_SUPPORT without pico_host_sdl.
target_compatible_with = select({
"//bazel/constraint:rp2": [],
"//conditions:default": ["@platforms//:incompatible"],
Expand Down

0 comments on commit ad43f3b

Please sign in to comment.