[wpilibc] DriverStation: Remove ReportError and ReportWarning

Change use cases to directly call FRC_ReportError.
This commit is contained in:
Peter Johnson
2021-05-24 23:36:26 -07:00
parent 831c10bdfc
commit a04d1b4f97
26 changed files with 169 additions and 146 deletions

View File

@@ -8,6 +8,8 @@
#include <utility>
#include <wpi/MathExtras.h>
#include "frc/RobotController.h"
#include "frc/system/NumericalIntegration.h"