mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Variable name fixes (#758)
This commit is contained in:
committed by
Peter Johnson
parent
85157a56c3
commit
96de0b5b11
@@ -37,7 +37,7 @@ class DriverStation : public SensorBase, public RobotStateInterface {
|
||||
static DriverStation& GetInstance();
|
||||
static void ReportError(llvm::StringRef error);
|
||||
static void ReportWarning(llvm::StringRef error);
|
||||
static void ReportError(bool is_error, int code, llvm::StringRef error,
|
||||
static void ReportError(bool isError, int code, llvm::StringRef error,
|
||||
llvm::StringRef location, llvm::StringRef stack);
|
||||
|
||||
static constexpr int kJoystickPorts = 6;
|
||||
|
||||
Reference in New Issue
Block a user