Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b39f452ecd1ee9d0e889b977df2bcb32efd8c1c8
/
.
/
motors
/
teensy_loader_cli
/
BUILD
blob: eea314c54ebf83051580442a83c66285ee51a70b [
file
] [
log
] [
blame
]
cc_binary
(
name
=
"teensy_loader_cli"
,
srcs
=
[
"teensy_loader_cli.c"
,
],
copts
=
[
"-DUSE_LIBUSB"
,
"-Wno-format-nonliteral"
,
],
target_compatible_with
=
[
"@platforms//cpu:x86_64"
],
deps
=
[
"@libusb"
,
],
)