commit | a9dcfa49558351ed1c563ab77e8d3ca61d3973bc | [log] [tgz] |
---|---|---|
author | Ben Fredrickson <ben.fred12345@gmail.com> | Sun Feb 23 02:05:59 2014 +0000 |
committer | Ben Fredrickson <ben.fred12345@gmail.com> | Sun Feb 23 02:05:59 2014 +0000 |
tree | c4891f8227034ebbc47cf83fbac9f9eaff8b58c1 | |
parent | 4283bb4cc6f347fb9e4e2b3743780067292e0b09 [diff] [blame] |
full test of the zeroing
diff --git a/frc971/constants.h b/frc971/constants.h index 3416a39..d933e29 100755 --- a/frc971/constants.h +++ b/frc971/constants.h
@@ -103,6 +103,7 @@ // Creates (once) a Values instance and returns a reference to it. const Values &GetValues(); +const Values &GetValuesForTeam(uint16_t team_number); } // namespace constants } // namespace frc971