Add drivebase to wpilib_interface

Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: I52387359cfe9a806bfa650678081d1c787945bb8
diff --git a/y2024/BUILD b/y2024/BUILD
index 010b17c..41cb85c 100644
--- a/y2024/BUILD
+++ b/y2024/BUILD
@@ -192,6 +192,8 @@
         "//frc971/queues:gyro_fbs",
         "//frc971/wpilib:ADIS16448",
         "//frc971/wpilib:buffered_pcm",
+        "//frc971/wpilib:can_drivetrain_writer",
+        "//frc971/wpilib:can_sensor_reader",
         "//frc971/wpilib:dma",
         "//frc971/wpilib:drivetrain_writer",
         "//frc971/wpilib:encoder_and_potentiometer",
@@ -199,6 +201,7 @@
         "//frc971/wpilib:logging_fbs",
         "//frc971/wpilib:pdp_fetcher",
         "//frc971/wpilib:sensor_reader",
+        "//frc971/wpilib:talonfx",
         "//frc971/wpilib:wpilib_robot_base",
         "//third_party:phoenix",
         "//third_party:phoenix6",