mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilibc] Add FRC_ReportWarning (#6681)
This commit is contained in:
@@ -36,7 +36,7 @@ void Tracer::PrintEpochs() {
|
||||
wpi::raw_svector_ostream os(buf);
|
||||
PrintEpochs(os);
|
||||
if (!buf.empty()) {
|
||||
FRC_ReportError(warn::Warning, "{}", buf.c_str());
|
||||
FRC_ReportWarning("{}", buf.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user