Skip to content

Commit

Permalink
Fix bazel build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
peterharperuk committed Jan 6, 2025
1 parent bec3f5b commit 936ed20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rp2_common/pico_aon_timer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cc_library(
target_compatible_with = compatible_with_rp2(),
deps = [
"//src/common/pico_util",
"//src/common/pico_time",
"//src/rp2_common:hardware_regs",
"//src/rp2_common:pico_platform",
"//src/rp2_common/hardware_irq",
Expand Down
1 change: 1 addition & 0 deletions test/pico_time_test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cc_binary(
target_compatible_with = compatible_with_rp2(),
deps = [
"//src/rp2_common/pico_stdlib",
"//src/rp2_common/pico_aon_timer",
"//test/pico_test",
],
)
Expand Down
1 change: 1 addition & 0 deletions test/pico_time_test/pico_time_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,5 @@ static int issue_2148_test(void) {
aon_timer_stop();
PICOTEST_END_SECTION();
#endif
return 0;
}

0 comments on commit 936ed20

Please sign in to comment.