blob: 2539f55c45091a447f3e69c41e35f9bb96d27979 [file] [log] [blame]
Brian Silverman100534c2015-09-07 15:51:23 -04001package(default_visibility = ['//visibility:public'])
2
3cc_library(
4 name = 'driver_station_data',
5 srcs = [
6 'driver_station_data.cc',
7 ],
8 hdrs = [
9 'driver_station_data.h',
10 ],
11 deps = [
12 '//aos/common/messages:robot_state',
13 ],
14)