Tyler Chatow | 6107aba | 2017-01-22 01:39:40 +0000 | [diff] [blame] | 1 | cc_library( |
| 2 | name = 'constants', |
| 3 | visibility = ['//visibility:public'], |
| 4 | srcs = [ |
| 5 | 'constants.cc', |
| 6 | ], |
| 7 | hdrs = [ |
| 8 | 'constants.h', |
| 9 | ], |
| 10 | deps = [ |
| 11 | '//aos/common/logging', |
| 12 | '//aos/common:once', |
| 13 | '//aos/common/network:team_number', |
| 14 | '//aos/common:mutex', |
| 15 | '//frc971:constants', |
Ed Jordan | 8683f43 | 2017-02-12 00:13:26 +0000 | [diff] [blame] | 16 | '//y2017/control_loops/drivetrain:polydrivetrain_plants', |
Tyler Chatow | 6107aba | 2017-01-22 01:39:40 +0000 | [diff] [blame] | 17 | ], |
| 18 | ) |