Delete RobotState and SensorUtil constructors (#1847)

This commit is contained in:
Peter Johnson
2019-08-24 22:28:39 -07:00
committed by GitHub
parent e3d86fee46
commit 1379735aff
2 changed files with 5 additions and 4 deletions

View File

@@ -13,6 +13,8 @@ namespace frc {
class RobotState {
public:
RobotState() = delete;
static bool IsDisabled();
static bool IsEnabled();
static bool IsEStopped();