Rename our Falcons to TalonFX
This is done because both the Falcons and Krakens use a TalonFX motor
controller and our api to use them will be the same.
Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: I97249c5583e42f5ca346e754499748e555cd9f8b
diff --git a/frc971/control_loops/BUILD b/frc971/control_loops/BUILD
index 1a98691..53d6b27 100644
--- a/frc971/control_loops/BUILD
+++ b/frc971/control_loops/BUILD
@@ -200,16 +200,16 @@
)
flatbuffer_ts_library(
- name = "can_falcon_ts_fbs",
+ name = "can_talonfx_ts_fbs",
srcs = [
- "can_falcon.fbs",
+ "can_talonfx.fbs",
],
)
static_flatbuffer(
- name = "can_falcon_fbs",
+ name = "can_talonfx_fbs",
srcs = [
- "can_falcon.fbs",
+ "can_talonfx.fbs",
],
)