Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
100534ca49c59cd6d0aa9874a65f3b89dc722c16
/
.
/
frc971
/
queues
/
BUILD
blob: a48cb78be21641a5c14caf6dc975e33ab3ac42f6 [
file
] [
log
] [
blame
]
Brian Silverman
100534c
2015-09-07 15:51:23 -0400
[
diff
] [
blame^
]
1
package
(
default_visibility
=
[
'//visibility:public'
])
2
3
load
(
'/aos/build/queues'
,
'queue_library'
)
4
5
queue_library
(
6
name
=
'gyro'
,
7
srcs
=
[
8
'gyro.q'
,
9
],
10
)