Switch to using phoenix6
Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: I1165e96be56628e29e6a86e3d0e92f07c560a80d
diff --git a/third_party/BUILD b/third_party/BUILD
index 53b5d24..7195123 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -31,17 +31,17 @@
target_compatible_with = ["//tools/platforms/hardware:roborio"],
visibility = ["//visibility:public"],
deps = [
+ "@ctre_phoenix6_tools_athena//:tools",
+ "@ctre_phoenix6_tools_headers//:tools",
"@ctre_phoenix_api_cpp_athena//:api-cpp",
"@ctre_phoenix_api_cpp_headers//:api-cpp",
"@ctre_phoenix_cci_athena//:cci",
"@ctre_phoenix_cci_headers//:cci",
- "@ctre_phoenixpro_tools_athena//:tools",
- "@ctre_phoenixpro_tools_headers//:tools",
],
)
cc_library(
- name = "phoenixpro",
+ name = "phoenix6",
linkopts = [
"-Wl,-rpath",
"-Wl,.",
@@ -49,10 +49,10 @@
target_compatible_with = ["//tools/platforms/hardware:roborio"],
visibility = ["//visibility:public"],
deps = [
- "@ctre_phoenixpro_api_cpp_athena//:api-cpp",
- "@ctre_phoenixpro_api_cpp_headers//:api-cpp",
- "@ctre_phoenixpro_tools_athena//:tools",
- "@ctre_phoenixpro_tools_headers//:tools",
+ "@ctre_phoenix6_api_cpp_athena//:api-cpp",
+ "@ctre_phoenix6_api_cpp_headers//:api-cpp",
+ "@ctre_phoenix6_tools_athena//:tools",
+ "@ctre_phoenix6_tools_headers//:tools",
],
)