Switch to using phoenix6
Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: I1165e96be56628e29e6a86e3d0e92f07c560a80d
diff --git a/y2022/BUILD b/y2022/BUILD
index f8bf59f..f25925e 100644
--- a/y2022/BUILD
+++ b/y2022/BUILD
@@ -18,10 +18,10 @@
data = [
":aos_config",
":message_bridge_client.sh",
+ "@ctre_phoenix6_api_cpp_athena//:shared_libraries",
+ "@ctre_phoenix6_tools_athena//:shared_libraries",
"@ctre_phoenix_api_cpp_athena//:shared_libraries",
"@ctre_phoenix_cci_athena//:shared_libraries",
- "@ctre_phoenixpro_api_cpp_athena//:shared_libraries",
- "@ctre_phoenixpro_tools_athena//:shared_libraries",
],
dirs = [
"//y2022/actors:splines",
@@ -270,7 +270,7 @@
"//frc971/wpilib:wpilib_interface",
"//frc971/wpilib:wpilib_robot_base",
"//third_party:phoenix",
- "//third_party:phoenixpro",
+ "//third_party:phoenix6",
"//third_party:wpilib",
"//y2022/control_loops/superstructure:led_indicator_lib",
"//y2022/control_loops/superstructure:superstructure_can_position_fbs",