commit | b7c39ff3d211d11fe502e5ad26adf323c2b85f9a | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Feb 27 14:45:58 2016 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Feb 27 14:45:58 2016 -0800 |
tree | c397e90946d2f77f75286763f0f938b3ab7be844 | |
parent | caa1ee9bd63acb172f0b9ead3715219cb8dd799a [diff] |
Set default roboRIO to something legal. Change-Id: I525efce39237c2dfd1ca6c4e4c50bc14913fa6e2
diff --git a/aos/downloader/downloader.bzl b/aos/downloader/downloader.bzl index 51d6916..a98571a 100644 --- a/aos/downloader/downloader.bzl +++ b/aos/downloader/downloader.bzl
@@ -55,7 +55,7 @@ allow_files = True, ), 'default_target': attr.string( - default = 'roboRIO-971.local', + default = 'roboRIO-971-frc.local', ), }, executable = True,