mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Remove comments about Blue DS (#450)
It's unlikely that anyone is still using the Blue Kwikbyte DS from 2009, and the reference is confusing to people who weren't around then.
This commit is contained in:
committed by
Peter Johnson
parent
bc7ab17692
commit
d322342494
@@ -230,7 +230,6 @@ bool DriverStation::IsTest() const {
|
||||
|
||||
/**
|
||||
* Is the driver station attached to a Field Management System?
|
||||
* Note: This does not work with the Blue DS.
|
||||
* @return True if the robot is competing on a field being controlled by a Field
|
||||
* Management System
|
||||
*/
|
||||
|
||||
@@ -546,9 +546,9 @@ public class DriverStation implements RobotState.Interface {
|
||||
return m_newControlData.getAndSet(false);
|
||||
}
|
||||
|
||||
@SuppressWarnings({"SummaryJavadoc", "JavadocMethod"})
|
||||
/**
|
||||
* Is the driver station attached to a Field Management System? Note: This does not work with the
|
||||
* Blue DS.
|
||||
* Is the driver station attached to a Field Management System?
|
||||
*
|
||||
* @return True if the robot is competing on a field being controlled by a Field Management System
|
||||
*/
|
||||
|
||||
@@ -335,8 +335,7 @@ public class DriverStation implements RobotState.Interface {
|
||||
}
|
||||
|
||||
/**
|
||||
* Is the driver station attached to a Field Management System? Note: This does not work with the
|
||||
* Blue DS.
|
||||
* Is the driver station attached to a Field Management System?
|
||||
*
|
||||
* @return True if the robot is competing on a field being controlled by a Field Management System
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user