Make talonfx log its own timestamp

Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: Ifc148f2654e43a965a6f57727513aa38e5212845
diff --git a/frc971/wpilib/talonfx.cc b/frc971/wpilib/talonfx.cc
index 7959f2f..d6c9106 100644
--- a/frc971/wpilib/talonfx.cc
+++ b/frc971/wpilib/talonfx.cc
@@ -123,4 +123,5 @@
   can_talonfx->set_torque_current(torque_current());
   can_talonfx->set_duty_cycle(duty_cycle());
   can_talonfx->set_position(position() * gear_ratio);
+  can_talonfx->set_timestamp(GetTimestamp());
 }