HAND FIXES: Manual cleanup of namespaces

This commit is contained in:
PJ Reiniger
2025-11-07 20:00:38 -05:00
committed by Peter Johnson
parent ad138270a8
commit 3f740894c9
35 changed files with 77 additions and 59 deletions

View File

@@ -8,14 +8,14 @@ void ResetSmartDashboardInstance();
void ResetMotorSafety();
} // namespace wpi::impl
namespace wpi::impl {
namespace wpi::util::impl {
void ResetSendableRegistry();
} // namespace wpi::impl
void resetWpilibSimulationData() {
wpi::impl::ResetSmartDashboardInstance();
wpi::impl::ResetMotorSafety();
wpi::impl::ResetSendableRegistry();
wpi::util::impl::ResetSendableRegistry();
}
void resetMotorSafety() {